MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / makePermanentObject

Method makePermanentObject

src/String.cpp:2581–2584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2579}
2580
2581hx::Object * String::makePermanentObject() const
2582{
2583 return new (hx::NewObjConst)StringData(makePermanent());
2584}
2585
2586
2587

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected