MCPcopy
hub / github.com/freshframework/fresh / match

Method match

packages/fresh/src/router.ts:49–49  ·  view source on GitHub ↗
(method: Method, url: URL)

Source from the content-addressed store, hash-verified

47 item: T,
48 ): void;
49 match(method: Method, url: URL): RouteResult<T>;
50 getAllowedMethods(pattern: string): string[];
51}
52

Callers 13

assertHasSnippetsFunction · 0.65
check_links.tsFile · 0.65
codeMethod · 0.65
blockquoteMethod · 0.65
router_test.tsFile · 0.65
specToNameFunction · 0.65
crawlRouteDirFunction · 0.65
getFirstUserFileFunction · 0.65
csp_test.tsxFile · 0.65
withChildProcessServerFunction · 0.65
collectCssFunction · 0.65
parseDenoSpecifierFunction · 0.65

Implementers 1

UrlPatternRouterpackages/fresh/src/router.ts

Calls

no outgoing calls

Tested by

no test coverage detected