formatPrefix function

Last updated: 2026-03-01T23:25:47.125Z

Metrics

LOC: 3 Complexity: 1 Params: 1

Signature

formatPrefix(namespace: string): : string

Source Code

function formatPrefix(namespace: string): string {
  return `[FillAll/${namespace}]`;
}

No outgoing dependencies.

Impact (Incoming)

graph LR formatPrefix["formatPrefix"] createLogger["createLogger"] createLogger -->|calls| formatPrefix style formatPrefix fill:#dbeafe,stroke:#2563eb,stroke-width:2px click formatPrefix "74382caf5b83f901.html" click createLogger "70597a0a6b5e9ebb.html"
SourceType
createLogger calls