MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / LNLIB_UV_get_v

Function LNLIB_UV_get_v

dotnet/CAPI/src/UV_CAPI.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26double LNLIB_UV_get_v(UV_C uv)
27{
28 return uv.v;
29}
30
31UV_C LNLIB_UV_set_u(UV_C uv, double u)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected