MCPcopy Create free account
hub / github.com/CloudCV/cloudcv-bootstrap / Argument

Method Argument

src/framework/NanCheck.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154 }
155
156 NanMethodArgBinding NanCheckArguments::Argument(int index)
157 {
158 TRACE_FUNCTION;
159 return NanMethodArgBinding(index, *this);
160 }
161
162 NanCheckArguments& NanCheckArguments::Error(std::string * error)
163 {

Callers 3

NAN_METHODFunction · 0.80
NAN_METHODFunction · 0.80
NAN_METHODFunction · 0.80

Calls 1

NanMethodArgBindingClass · 0.70

Tested by

no test coverage detected