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

Method add

packages/fresh/src/router.ts:44–44  ·  view source on GitHub ↗
(
    method: Method,
    pathname: string,
    item: T,
  )

Source from the content-addressed store, hash-verified

42
43export interface Router<T> {
44 add(
45 method: Method,
46 pathname: string,
47 item: T,

Callers 15

crawlPageFunction · 0.65
setActiveLinkFunction · 0.65
applyCommandsInnerFunction · 0.65
router_test.tsFile · 0.65
renderMethod · 0.65
addMethod · 0.65
unpackFunction · 0.65
registerIslandMethod · 0.65
processMethod · 0.65
flushMethod · 0.65
corsFunction · 0.65
preact_hooks.tsFile · 0.65

Implementers 1

UrlPatternRouterpackages/fresh/src/router.ts

Calls

no outgoing calls

Tested by

no test coverage detected