MCPcopy Create free account
hub / github.com/DaedalusX64/daedalus / empty

Method empty

Source/Utility/String.h:195–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193 inline u32 MaxLength() const { return MAX_LENGTH; }
194
195 inline bool empty() const { return Length() == 0; }
196
197 //
198 // Access for functions which need to write to our buffer. Should try to avoid these!

Callers 15

HandleOperatorMethod · 0.80
ParseMethod · 0.80
DebugMuxMethod · 0.80
GetCurrentCategoryMethod · 0.80
RenderMethod · 0.80
UpdateMethod · 0.80
IsOptionValidMethod · 0.80
FinaliseMethod · 0.80
SetRegisterSpanListMethod · 0.80
SpillAtIntervalMethod · 0.80
UpdateRegisterCachingMethod · 0.80
ComputeCallstackHashFunction · 0.80

Calls 1

LengthFunction · 0.85

Tested by 1

BatchTestMainFunction · 0.64