MCPcopy Create free account
hub / github.com/DFHack/dfhack / vectorsUsage

Function vectorsUsage

plugins/devel/vectors.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123////////////////////////////////////////
124
125static void vectorsUsage(color_ostream &con)
126{
127 con << "Usage: vectors <start of scan address> <# bytes to scan>"
128 << std::endl;
129}
130
131static void printVec(color_ostream &con, const char* msg, t_vecTriplet *vec,
132 uintptr_t start, uintptr_t pos, std::vector<t_memrange> &ranges)

Callers 2

df_vectorsFunction · 0.85
df_clearvecFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected