Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BirolLab/abyss
/ attach
Method
attach
Assembly/DBG.h:83–87 ·
view source on GitHub ↗
Attach the specified observer. */
Source
from the content-addressed store, hash-verified
81
82
/** Attach the specified observer. */
83
void attach(SeqObserver f)
84
{
85
assert(m_seqObserver == NULL);
86
m_seqObserver = f;
87
}
88
89
/** Detach the specified observer. */
90
void detach(SeqObserver f)
Callers
1
erodeEnds
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected