MCPcopy Create free account
hub / github.com/9miao/CrossApp / get

Method get

scripting/javascript/bindings/ScriptingCore.h:300–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298 buffer = cc_utf16_to_utf8(pStrUTF16, -1, NULL, NULL);
299 }
300 std::string get() {
301 return buffer;
302 }
303
304 operator std::string() {
305 return std::string(buffer);

Callers 11

executeScriptMethod · 0.45
jsval_to_std_stringFunction · 0.45
jsval_to_ccarrayFunction · 0.45
jsval_to_ccdictionaryFunction · 0.45
JSBDebug_BufferWriteFunction · 0.45
jsval_to_string_vectorFunction · 0.45
jsval_to_charptrFunction · 0.45
JS_BINDED_PROP_SET_IMPLFunction · 0.45
JS_BINDED_FUNC_IMPLFunction · 0.45
debugObjectFunction · 0.45

Calls

no outgoing calls

Tested by 1

jsval_to_string_vectorFunction · 0.36