MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / create

Method create

src/SB/Core/x/xFont.cpp:3586–3590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3584}
3585
3586substr substr::create(const char* text, size_t size)
3587{
3588 substr s = { text, size };
3589 return s;
3590}
3591
3592size_t rskip_ws(substr& s)
3593{

Callers 1

PKR_ReadInitFunction · 0.45

Calls 1

createFunction · 0.50

Tested by

no test coverage detected