MCPcopy Create free account
hub / github.com/RIPmr/MoonEngine / ImParseFormatTrimDecorations

Function ImParseFormatTrimDecorations

ToyBox/imgui/imgui_widgets.cpp:2860–2870  ·  view source on GitHub ↗

Extract the format out of a format string with leading or trailing decorations fmt = "blah blah" -> return fmt fmt = "%.3f" -> return fmt fmt = "hello %.3f" -> return fmt + 6 fmt = "%.3f hello" -> return buf written with "%.3f"

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

TempInputScalarMethod · 0.85

Calls 4

ImParseFormatFindStartFunction · 0.85
ImParseFormatFindEndFunction · 0.85
ImStrncpyFunction · 0.85
ImMinFunction · 0.85

Tested by

no test coverage detected