Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Project-MONAI/MONAI
/ is_resolved
Method
is_resolved
monai/bundle/reference_resolver.py:73–74 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
71
self.resolved_content = {}
72
73
def
is_resolved(self) -> bool:
74
return
bool(self.resolved_content)
75
76
def
add_item(self, item: ConfigItem) -> None:
77
""
"
Callers
1
get_parsed_content
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected