MCPcopy
hub / github.com/loggerhead/json4u / t

Function t

src/lib/utils.ts:111–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109
110export function initLogger() {
111 const t = () => {
112 const s = new Date().toISOString().split("T")[1].replace("Z", "");
113 return `[${s}]`;
114 };
115
116 const log = (rawLog: (...args: any[]) => void, ...args: any[]) => {
117 try {

Callers 15

logFunction · 0.70
LogoutButton.tsxFile · 0.50
LoadingFunction · 0.50
AccountPanelFunction · 0.50
PremiumStatusFunction · 0.50
SearchInputFunction · 0.50
searchFunction · 0.50
ItemFunction · 0.50
useExecJqFunction · 0.50
JqInput.tsxFile · 0.50
InputBox.tsxFile · 0.50
SwapButton.tsxFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected