MCPcopy Create free account
hub / github.com/NativeScript/android / add_token_with_defaults

Method add_token_with_defaults

test-app/runtime/src/main/cpp/ada/ada.h:9845–9851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9843}
9844
9845inline void Tokenizer::add_token_with_defaults(token_type type) {
9846 ada_log("Tokenizer::add_token_with_defaults called with type=",
9847 to_string(type));
9848 // Run add a token with default length given tokenizer, type, tokenizer's next
9849 // index, and tokenizer's index.
9850 add_token_with_default_length(type, next_index, index);
9851}
9852
9853inline ada_warn_unused std::optional<errors>
9854Tokenizer::process_tokenizing_error(size_t next_position,

Callers 1

tokenizeFunction · 0.80

Calls 1

to_stringFunction · 0.85

Tested by

no test coverage detected