Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
func
NewEntry(e types.IEntry) Entry {
14
return
Entry{e}
15
}
16
17
type
Drive
struct
{
18
d types.IDrive
Callers
9
Get
Method · 0.85
Save
Method · 0.85
MakeDir
Method · 0.85
Copy
Method · 0.85
Move
Method · 0.85
List
Method · 0.85
Unwrap
Method · 0.85
convertEntryTreeNode
Function · 0.85
vm_findEntries
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected