MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / WaFormat

Function WaFormat

Source/Wasm/WasmRuntime.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return waApi.build ? waApi.build(input) : nullptr;
73}
74static const char* WaFormat(char* input) {
75 auto& waApi = SharedWaApi();
76 return waApi.format ? waApi.format(input) : nullptr;
77}
78static void WaFreeCString(const char* str) {
79 auto& waApi = SharedWaApi();
80 if (waApi.freeCString) {

Callers 1

formatWaAsyncMethod · 0.70

Calls 5

GetEnvFunction · 0.85
GetMainActivityClassFunction · 0.85
CopyJStringFunction · 0.85
formatMethod · 0.65

Tested by

no test coverage detected