Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
executeScript
Method · 0.45
jsval_to_std_string
Function · 0.45
jsval_to_ccarray
Function · 0.45
jsval_to_ccdictionary
Function · 0.45
JSBDebug_BufferWrite
Function · 0.45
js_CrossApp_extension_WebSocket_get_readyState
Function · 0.45
jsval_to_string_vector
Function · 0.45
jsval_to_charptr
Function · 0.45
JS_BINDED_PROP_SET_IMPL
Function · 0.45
JS_BINDED_FUNC_IMPL
Function · 0.45
debugObject
Function · 0.45
Calls
no outgoing calls
Tested by
1
jsval_to_string_vector
Function · 0.36