Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/AlistGo/alist
/ WrapObjName
Function
WrapObjName
internal/model/obj.go:138–140 ·
view source on GitHub ↗
(objs Obj)
Source
from the content-addressed store, hash-verified
136
}
137
138
func
WrapObjName(objs Obj) Obj {
139
return
&ObjWrapName{Name: utils.MappingName(objs.GetName()), Obj: objs}
140
}
141
142
func
WrapObjsName(objs []Obj) {
143
for
i := 0; i < len(objs); i++ {
Callers
9
ArchiveGet
Function · 0.92
ArchiveDecompress
Function · 0.92
Get
Function · 0.92
MakeDir
Function · 0.92
Move
Function · 0.92
Rename
Function · 0.92
Copy
Function · 0.92
Put
Function · 0.92
PutURL
Function · 0.92
Calls
2
MappingName
Function · 0.92
GetName
Method · 0.65
Tested by
no test coverage detected