MCPcopy Index your code
hub / github.com/AnswerOverflow/AnswerOverflow / stripPrivateServerData

Function stripPrivateServerData

packages/core/src/permissions.ts:98–100  ·  view source on GitHub ↗
(server: ServerWithFlags)

Source from the content-addressed store, hash-verified

96}
97
98export function stripPrivateServerData(server: ServerWithFlags) {
99 return zServerPublic.parse(server);
100}

Callers 3

findMessageResultPageFunction · 0.90
messages.tsFile · 0.90

Calls 1

parseMethod · 0.45

Tested by

no test coverage detected