Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/MotrixLab/insactor
/ build_submodule
Function
build_submodule
diffplanner/models/builder.py:26–28 ·
view source on GitHub ↗
Build submodule.
(cfg)
Source
from the content-addressed store, hash-verified
24
return
ARCHITECTURES.build(cfg)
25
26
def
build_submodule(cfg):
27
""
"Build submodule."
""
28
return
SUBMODULES.build(cfg)
29
30
def
build_attention(cfg):
31
""
"Build attention."
""
Callers
6
get_motion_model
Function · 0.90
get_text_model
Function · 0.90
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected