MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / utcDay

Method utcDay

src/telemetry/index.ts:334–336  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 // -------------------------------------------------------------- internals
333
334 private utcDay(): string {
335 return this.now().toISOString().slice(0, 10);
336 }
337
338 private readConfig(): ConfigFile | null {
339 if (this.configCache !== undefined) return this.configCache;

Callers 2

recordUsageMethod · 0.95
flushNowMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected