MCPcopy 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
544function clientEndpointName(name: string) {
545 return name.slice(name.lastIndexOf(".") + 1)
546}
547
548function identifierPart(value: string) {
549 return value

Callers 1

onEndpointFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected