MCPcopy Index your code
hub / github.com/remix-run/react-router / debug

Function debug

packages/create-react-router/utils.ts:134–136  ·  view source on GitHub ↗
(prefix: string, text?: string | string[])

Source from the content-addressed store, hash-verified

132}
133
134export function debug(prefix: string, text?: string | string[]) {
135 logBullet(log, color.yellow, color.dim, "●", prefix, text);
136}
137
138export function info(prefix: string, text?: string | string[]) {
139 logBullet(log, color.cyan, color.dim, "◼", prefix, text);

Callers 4

logFunction · 0.90
copyTempDirToAppDirStepFunction · 0.90
filterFunction · 0.90

Calls 1

logBulletFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…