MCPcopy Create free account
hub / github.com/Snapchat/Valdi / tsn_set_class_static_method

Function tsn_set_class_static_method

tsn/src/tsn/tsn.cpp:2257–2259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2255}
2256
2257tsn_result tsn_set_class_static_method(tsn_vm* ctx, tsn_value cls, tsn_atom name, tsn_value method) {
2258 return tsn_do_set_class_method(ctx, cls, name, method);
2259}
2260
2261tsn_result tsn_set_class_static_method_value(tsn_vm* ctx, tsn_value cls, tsn_value name, tsn_value method) {
2262 return withNameAsAtom(

Callers 1

Calls 1

tsn_do_set_class_methodFunction · 0.85

Tested by

no test coverage detected