mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-26 12:57:44 +08:00
doc(core) add TODO
This commit is contained in:
parent
15a6237ffc
commit
c1ff2149f1
@ -299,6 +299,8 @@ func (n *IpfsNode) OnlineMode() bool {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO expose way to resolve path name
|
||||
|
||||
func (n *IpfsNode) Resolve(k util.Key) (*merkledag.Node, error) {
|
||||
return (&path.Resolver{n.DAG}).ResolvePath(k.String())
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user