Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aspizu/goboscript
/ get_token
Function
get_token
src/pre_processor.rs:22–24 ·
view source on GitHub ↗
(token: &SpannedToken)
Source
from the content-addressed store, hash-verified
20
}
21
22
fn get_token(token: &SpannedToken) -> &Token {
23
&token.1
24
}
25
26
pub struct PreProcessor<
'a, '
b> {
27
tokens: &'a mut Vec<(usize, Token, usize)>,
Callers
7
parse_define_begin
Method · 0.85
parse_function_define
Method · 0.85
parse_define_body
Method · 0.85
substitute_simple_define
Method · 0.85
substitute_function_define
Method · 0.85
parse_undef
Method · 0.85
substitute_concat
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected