MCPcopy Create free account
hub / github.com/PenguLoader/PenguLoader / string

Method string

core/src/renderer/v8_wrapper.h:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 static inline V8Value *string(const cef_string_t *value)
66 {
67 return (V8Value *)cef_v8value_create_string(value);
68 }
69
70 static inline V8Value *function(const cef_string_t *name, cef_v8handler_t *handler)
71 {

Callers 5

from_pathMethod · 0.80
is_dirMethod · 0.80
is_fileMethod · 0.80
read_dirMethod · 0.80
get_plugin_entriesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected