Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/1Panel-dev/MaxKB
/ postFolder
Function
postFolder
ui/src/api/workspace/folder.ts:42–44 ·
view source on GitHub ↗
(source, data, loading)
Source
from the content-addressed store, hash-verified
40
data?: any,
41
loading?: Ref<boolean>,
42
) => Promise<Result<Array<any>>> = (source, data, loading) => {
43
return
post(`${prefix.value}/${source}/folder`, data, null, loading)
44
}
45
46
/**
47
* 获得文件夹详情
Callers
nothing calls this directly
Calls
1
post
Function · 0.90
Tested by
no test coverage detected