MCPcopy Create free account
hub / github.com/XorTroll/uLaunch / ForText

Method ForText

projects/uDesigner/source/main.cpp:370–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 inline static ElementLoadContext ForText(const std::string &text) {
371 return {
372 .text_text = text
373 };
374 }
375};
376
377struct Element {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected