Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
assertHasSnippets
Function · 0.65
check_links.ts
File · 0.65
code
Method · 0.65
blockquote
Method · 0.65
router_test.ts
File · 0.65
specToName
Function · 0.65
crawlRouteDir
Function · 0.65
getFirstUserFile
Function · 0.65
csp_test.tsx
File · 0.65
withChildProcessServer
Function · 0.65
collectCss
Function · 0.65
parseDenoSpecifier
Function · 0.65
Implementers
1
UrlPatternRouter
packages/fresh/src/router.ts
Calls
no outgoing calls
Tested by
no test coverage detected