Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cortex-js/compute-engine
/ isTiming
Function
isTiming
benchmarks/wester/extract.mjs:39–41 ·
view source on GitHub ↗
(line)
Source
from the content-addressed store, hash-verified
37
}
38
39
function
isTiming(line) {
40
return
/^\s*(?:\d+(?:\.\d*)?|\.\d+)\s+Second(?:s)?\s*$/.test(line);
41
}
42
43
function
isSessionBoundary(line) {
44
return
(
Callers
1
extractInputs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected