Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csaez/mscreen
/ addForce
Method
addForce
tests/test_stress.py:109–110 ·
view source on GitHub ↗
(self, force, state=0)
Source
from the content-addressed store, hash-verified
107
return
index
108
109
def
addForce(self, force, state=0):
110
self._states[state][0].append(force)
111
112
def
addEmitter(self, emitter, state=0):
113
self._states[state][1].append(emitter)
Callers
1
test_stress.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected