MCPcopy Create free account
hub / github.com/BobLChen/VulkanDemos / ImParseFormatTrimDecorations

Function ImParseFormatTrimDecorations

external/imgui/imgui_widgets.cpp:2569–2579  ·  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

Calls 4

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

Tested by

no test coverage detected