MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / assert_dependencies

Method assert_dependencies

code2flow/model.py:98–101  ·  view source on GitHub ↗

:rtype: None

()

Source from the content-addressed store, hash-verified

96 @staticmethod
97 @abc.abstractmethod
98 def assert_dependencies():
99 """
100 :rtype: None
101 """
102
103 @staticmethod
104 @abc.abstractmethod

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected