MCPcopy Create free account
hub / github.com/MoeMod/CSMoE / IncrementalCopy

Function IncrementalCopy

SourceSDK/tier1/snappy.cpp:111–116  ·  view source on GitHub ↗

Copy "len" bytes from "src" to "op", one byte at a time. Used for handling COPY operations where the input and output regions may overlap. For example, suppose: src == "ab" op == src + 2 len == 20 After IncrementalCopy(src, op, len), the result will have eleven copies of "ab" ababababababababababab Note that this does not match the semantics of either memcpy() or memmove().

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

AppendFromSelfMethod · 0.85
AppendFromSelfMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected