Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IBM/Project_CodeNet
/ token_buf_reset
Function
token_buf_reset
tools/tokenizer/libtoken.c:497–500 ·
view source on GitHub ↗
Resets the token buffer cursor.
Source
from the content-addressed store, hash-verified
495
496
// Resets the token buffer cursor.
497
static void token_buf_reset(void)
498
{
499
token_len = 0;
500
}
501
502
/* Tokenization of C++ programming language source text.
503
Recognizes:
Callers
1
C_tokenize_int
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected