MCPcopy Create free account
hub / github.com/devld/go-drive / NewEntry

Function NewEntry

script/object_drive.go:13–15  ·  view source on GitHub ↗
(e types.IEntry)

Source from the content-addressed store, hash-verified

11}
12
13func NewEntry(e types.IEntry) Entry {
14 return Entry{e}
15}
16
17type Drive struct {
18 d types.IDrive

Callers 9

GetMethod · 0.85
SaveMethod · 0.85
MakeDirMethod · 0.85
CopyMethod · 0.85
MoveMethod · 0.85
ListMethod · 0.85
UnwrapMethod · 0.85
convertEntryTreeNodeFunction · 0.85
vm_findEntriesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected