MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / _release_video_launch_gate

Method _release_video_launch_gate

src/services/flow_client.py:1038–1040  ·  view source on GitHub ↗

保留接口形状,当前无需释放任何本地发车状态。

(self, token_id: Optional[int])

Source from the content-addressed store, hash-verified

1036 return True, 0, 0
1037
1038 async def _release_video_launch_gate(self, token_id: Optional[int]):
1039 """保留接口形状,当前无需释放任何本地发车状态。"""
1040 return
1041
1042 async def _make_image_generation_request(
1043 self,

Calls

no outgoing calls

Tested by

no test coverage detected