MCPcopy Index your code
hub / github.com/anomalyco/opencode / isPathInput

Function isPathInput

packages/httpapi-codegen/src/index.ts:649–651  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

647}
648
649function isPathInput(path: string): path is HttpRouter.PathInput {
650 return path === "*" || path.startsWith("/")
651}
652
653function sameEncoding(left: SchemaAST.AST, right: SchemaAST.AST): boolean {
654 if (left._tag !== right._tag || left.encoding?.length !== right.encoding?.length) return false

Callers 1

normalizeTransportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected