Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ _is_bin
Function
_is_bin
bytecode/gdscript_v1_tokenizer_compat.cpp:253–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
static bool _is_bin(CharType c) {
254
return (c ==
'0'
|| c ==
'1'
);
255
}
256
257
void GDScriptV1TokenizerTextCompat::_make_token(TokenType p_type) {
258
Token &tk = tk_rb[tk_rb_pos];
Callers
1
_advance
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected