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

Method _release_image_launch_gate

src/services/flow_client.py:1026–1028  ·  view source on GitHub ↗

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

(self, token_id: Optional[int])

Source from the content-addressed store, hash-verified

1024 return True, 0, 0
1025
1026 async def _release_image_launch_gate(self, token_id: Optional[int]):
1027 """保留接口形状,当前无需释放任何本地发车状态。"""
1028 return
1029
1030 async def _acquire_video_launch_gate(
1031 self,

Callers 1

generate_imageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected