MCPcopy Create free account
hub / github.com/bhideki/darksword / CFStringCreateWithCString

Function CFStringCreateWithCString

payloads/sbx1_main.js:4513–4515  ·  view source on GitHub ↗
(allocator, cstring, encoding)

Source from the content-addressed store, hash-verified

4511 return gpu_fcall(OBJC_MSGSEND, ...args);
4512 }
4513 function CFStringCreateWithCString(allocator, cstring, encoding) {
4514 return gpu_fcall(CFSTRINGCREATEWITHCSTRING, allocator, cstring, encoding);
4515 }
4516 function CFDictionaryCreateMutable(allocator, capacity, keyCallBacks, valueCallBacks) {
4517 return gpu_fcall(CFDICTIONARYCREATEMUTABLE, allocator, capacity, keyCallBacks, valueCallBacks);
4518 }

Callers 1

create_cfstringFunction · 0.70

Calls 1

gpu_fcallFunction · 0.85

Tested by

no test coverage detected