MCPcopy Create free account
hub / github.com/Artikash/Textractor / GetHook

Method GetHook

host/host.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 }
30
31 TextHook GetHook(uint64_t addr)
32 {
33 if (!view) return {};
34 std::scoped_lock lock(viewMutex);
35 for (auto hook : view) if (hook.address == addr) return hook;
36 return {};
37 }
38
39 template <typename T>
40 void Send(T data)

Callers 1

CreatePipeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected