Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ __init__
Method
__init__
scripts/debug_parser/aff3ct_debug_parser.py:17–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
15
frames = []
16
17
def
__init__(self):
18
self.frames = []
19
20
def
import_frames(self, lines, key, inter_frame):
21
# list line numbers with specified keys
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected