Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msgbyte/tianji
/ buildAuditLogOpenapi
Function
buildAuditLogOpenapi
src/server/trpc/routers/auditLog.ts:76–85 ·
view source on GitHub ↗
(meta: OpenApiMetaInfo)
Source
from the content-addressed store, hash-verified
74
});
75
76
function
buildAuditLogOpenapi(meta: OpenApiMetaInfo): OpenApiMeta {
77
return
{
78
openapi: {
79
tags: [OPENAPI_TAG.AUDIT_LOG],
80
protect: true,
81
...meta,
82
path: `/audit${meta.path}`,
83
},
84
};
85
}
Callers
1
auditLog.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected