MCPcopy Create free account
hub / github.com/cvet/fonline / SplitTrailingQuestionMarks

Function SplitTrailingQuestionMarks

Source/Tools/MetadataBaker.cpp:1193–1209  ·  view source on GitHub ↗

Split any tag token whose last character is '?' into two tokens: the original token without the trailing '?' followed by a literal "?". This lets `///@ Event` / `///@ RemoteCall` declarations carry per-arg nullable markers (`Type? name`) without requiring `?` to be a token separator globally in strvex::tokenize.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

ParseEventMethod · 0.85
ParseRemoteCallMethod · 0.85

Calls 5

backMethod · 0.80
substrMethod · 0.80
reserveMethod · 0.45
sizeMethod · 0.45
emplace_backMethod · 0.45

Tested by

no test coverage detected