MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / lookup

Method lookup

cmd/cql-fuse/fs.go:145–147  ·  view source on GitHub ↗
(parentID uint64, name string)

Source from the content-addressed store, hash-verified

143}
144
145func (cfs CFS) lookup(parentID uint64, name string) (*Node, error) {
146 return getInode(cfs.db, parentID, name)
147}
148
149// list returns the children of the node with id 'parentID'.
150// Dirent consists of:

Callers 1

LookupMethod · 0.80

Calls 1

getInodeFunction · 0.85

Tested by

no test coverage detected