MCPcopy Create free account
hub / github.com/FDOS/kernel / cpyBuf

Function cpyBuf

kernel/nls.c:246–255  ·  view source on GitHub ↗

* Copy a buffer and test the size of the buffer * Returns SUCCESS on success; DE_INVLDFUNC on failure * * Efficiency note: This function is used as: * return cpyBuf(buf, bufsize, ...) * three times. If the code optimizer is some good, it can re-use * the code to push bufsize, buf, call cpyBuf() and return its result. * The parameter were ordered to allow this code optimization. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

nlsGetDataFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected