MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / exportOperateLog

Function exportOperateLog

ui/src/api/system/operate-log.ts:32–40  ·  view source on GitHub ↗
(param, loading)

Source from the content-addressed store, hash-verified

30 param: any,
31 loading?: Ref<boolean>
32) => void = (param, loading) => {
33 exportExcelPost(
34 'log.xlsx',
35 `${prefix}/export/`,
36 param,
37 undefined,
38 loading
39 )
40}
41
42const saveCleanTime: (
43 data: any,

Callers

nothing calls this directly

Calls 1

exportExcelPostFunction · 0.90

Tested by

no test coverage detected