Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LPC4/Full-Stack
/ match_for
Method
match_for
crates/hll-to-ir/src/parser.rs:2237–2239 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
2235
}
2236
2237
fn is_declaration_start(&self) -> bool {
2238
match self.peek() {
2239
Some(
2240
Token::Const
2241
| Token::Type
2242
| Token::Struct
Callers
1
expect_for
Method · 0.80
Calls
1
match_variant
Method · 0.80
Tested by
no test coverage detected