Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isDecimalNumber
Function
isDecimalNumber
static/editor.md/lib/codemirror/mode/scheme/scheme.js:59–64 ·
view source on GitHub ↗
(stream, backup)
Source
from the content-addressed store, hash-verified
57
}
58
59
function
isDecimalNumber (stream, backup) {
60
if
(backup === true) {
61
stream.backUp(1);
62
}
63
return
stream.match(decimalMatcher);
64
}
65
66
function
isHexNumber (stream) {
67
return
stream.match(hexMatcher);
Callers
1
scheme.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected