MCPcopy
hub / github.com/adonisjs/core / BriskRoute

Interface BriskRoute

providers/edge_provider.ts:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 }
25
26 interface BriskRoute {
27 /**
28 * Render an edge template without defining an
29 * explicit route handler
30 */
31 render(template: string, data?: Record<string, any>): Route
32 }
33}
34
35/**

Callers 6

execMethod · 0.65
rendersTemplateMethod · 0.65
runMethod · 0.65
edge.spec.tsFile · 0.65
dumper.spec.tsFile · 0.65

Implementers 1

DumpDieExceptionmodules/dumper/errors.ts

Calls

no outgoing calls

Tested by

no test coverage detected