Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/existentialmutt/lt-ruby
/ chain
Function
chain
codemirror/ruby.js:21–24 ·
view source on GitHub ↗
(newtok, stream, state)
Source
from the content-addressed store, hash-verified
19
var
curPunc;
20
21
function
chain(newtok, stream, state) {
22
state.tokenize.push(newtok);
23
return
newtok(stream, state);
24
}
25
26
function
tokenBase(stream, state) {
27
curPunc = null;
Callers
1
tokenBase
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected