MCPcopy 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
39function isTiming(line) {
40 return /^\s*(?:\d+(?:\.\d*)?|\.\d+)\s+Second(?:s)?\s*$/.test(line);
41}
42
43function isSessionBoundary(line) {
44 return (

Callers 1

extractInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected