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

Function handler

packages/plugin-vite/src/plugins/server_entry.ts:63–67  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

61 id: /fresh:server_entry/,
62 },
63 handler(id) {
64 if (id === modName) {
65 return `\0${modName}`;
66 }
67 },
68 },
69 load: {
70 filter: {

Callers

nothing calls this directly

Calls 1

generateServerEntryFunction · 0.85

Tested by

no test coverage detected