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

Function CFStringCreateCopy

payloads/pe_main.js:147–149  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

145 return fcall(CFSHOW, ...args);
146 }
147 function CFStringCreateCopy(...args) {
148 return fcall(CFSTRINGCREATECOPY, ...args);
149 }
150 function CFStringCreateWithCString(...args) {
151 return fcall(CFSTRINGCREATEWITHCSTRING, ...args);
152 }

Callers 1

create_cfstring_copyFunction · 0.85

Calls 1

fcallFunction · 0.70

Tested by

no test coverage detected