MCPcopy Create free account
hub / github.com/Bzi-Han/AndroidSurfaceImgui / String8

Method String8

modules/ANativeWindowCreator.h:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690 char data[1024];
691
692 String8(const char *const string)
693 {
694 ApiInvoker<"String8::Constructor">()(data, string);
695 }
696
697 ~String8()
698 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected