Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ extractTotalCount
Function
extractTotalCount
scripts/ufs_statistic_old.js:812–814 ·
view source on GitHub ↗
(log)
Source
from the content-addressed store, hash-verified
810
return
/: (.*?) \(/.exec(log)?.[1] ||
""
;
811
}
812
function
extractTotalCount(log) {
813
return
/ -> (\d+)/.exec(log)?.[1] ||
""
;
814
}
815
function
extractVersion(log) {
816
return
/ \((.*?)-\d*\)/.exec(log)?.[1] ||
""
;
817
}
Callers
1
onDocumentEnd
Function · 0.70
Calls
1
exec
Method · 0.45
Tested by
no test coverage detected