MCPcopy Create free account
hub / github.com/deskflow/deskflow / FunctionEventJob

Method FunctionEventJob

src/lib/base/FunctionEventJob.cpp:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12//
13
14FunctionEventJob::FunctionEventJob(void (*func)(const Event &, void *), void *arg) : m_func(func), m_arg(arg)
15{
16 // do nothing
17}
18
19void FunctionEventJob::run(const Event &event)
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected