Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ parse
Method
parse
modules/engine/basic_meta/ecs/query.py:82–83 ·
view source on GitHub ↗
(self, record)
Source
from the content-addressed store, hash-verified
80
return
[record
for
record in records
if
self.filter_record(record)]
81
82
def
parse(self, record):
83
return
Query(record.attrs.query)
84
85
def
generate_forward(self, db, args):
86
template = os.path.join(BASE,
"query.hpp.mako"
)
Callers
1
open_projects
Function · 0.45
Calls
1
Query
Class · 0.85
Tested by
no test coverage detected