MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / some_class_method

Method some_class_method

test/embind/embind_test.cpp:310–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308 }
309
310 static int some_class_method(int i) {
311 return i;
312 }
313
314 static const ValHolder* makeConst(val v) {
315 return new ValHolder(v);

Callers 1

embind.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected