Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ timeEnd
Method
timeEnd
packages/utilities/src/logger.ts:70–73 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
68
this.logger.warn(name +
' is not found'
);
69
}
70
timeEnd(name: string) {
71
this.timeLog(name);
72
delete this._timeStamps[name];
73
}
74
}
Callers
nothing calls this directly
Calls
1
timeLog
Method · 0.95
Tested by
no test coverage detected