Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
98
export
function
stripPrivateServerData(server: ServerWithFlags) {
99
return
zServerPublic.parse(server);
100
}
Callers
3
findMessageResultPage
Function · 0.90
findManyMessageWithRelations
Function · 0.90
messages.ts
File · 0.90
Calls
1
parse
Method · 0.45
Tested by
no test coverage detected