Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ switchBlock
Function
switchBlock
static/editor.md/lib/codemirror/mode/markdown/markdown.js:84–87 ·
view source on GitHub ↗
(stream, state, f)
Source
from the content-addressed store, hash-verified
82
}
83
84
function
switchBlock(stream, state, f) {
85
state.f = state.block = f;
86
return
f(stream, state);
87
}
88
89
90
// Blocks
Callers
1
inlineNormal
Function · 0.85
Calls
1
f
Function · 0.50
Tested by
no test coverage detected