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

Method setResult

src/hx/libs/sqlite/Sqlite.cpp:152–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150
151
152 void setResult(result *inResult)
153 {
154 if (last.mPtr)
155 last->destroy(true);
156
157 last = inResult;
158 HX_OBJ_WB_GET(this, last.mPtr);
159 }
160
161 void __Mark(hx::MarkContext *__inCtx) HXCPP_OVERRIDE { HX_MARK_MEMBER(last); }
162 #ifdef HXCPP_VISIT_ALLOCS

Callers 1

_hx_sqlite_requestFunction · 0.45

Calls 1

destroyMethod · 0.45

Tested by

no test coverage detected