Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/anomalyco/opencode
/ clientEndpointName
Function
clientEndpointName
packages/httpapi-codegen/src/index.ts:544–546 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
542
}
543
544
function
clientEndpointName(name: string) {
545
return
name.slice(name.lastIndexOf(
"."
) + 1)
546
}
547
548
function
identifierPart(value: string) {
549
return
value
Callers
1
onEndpoint
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected