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

Function success

packages/create-react-router/utils.ts:142–144  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

140}
141
142export function success(text: string) {
143 logBullet(log, color.green, color.dim, "✔", text);
144}
145
146export function error(prefix: string, text?: string | string[]) {
147 log("");

Callers

nothing calls this directly

Calls 1

logBulletFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…