MCPcopy Index your code

hub / github.com/Forget-C/Jellyfish / functions

Functions2,103 in github.com/Forget-C/Jellyfish

↓ 548 callersMethodget
(self, task_id: str)
backend/app/core/task_manager/stores.py:185
↓ 183 callersMethodwhere
(self, *_args, **_kwargs)
backend/tests/test_image_task_services.py:76
↓ 117 callersMethodall
(self)
backend/tests/test_entities_api_responses.py:22
↓ 116 callersFunctionentity_not_found
实体不存在错误。
backend/app/services/common/errors.py:8
↓ 97 callersMethodexecute
(self, ctx: WorkerTaskContext, run_args: dict[str, Any])
backend/app/services/worker/task_executor.py:162
↓ 89 callersMethodcommit
(self)
backend/tests/test_script_extract_cache.py:32
↓ 87 callersMethodscalars
(self)
backend/tests/test_entities_api_responses.py:19
↓ 83 callersFunctionsuccess_response
构造无分页的成功响应。
backend/app/schemas/common.py:37
↓ 77 callersMethodflush
(self)
backend/tests/test_files_api_responses.py:25
↓ 70 callersMethodadd
(self, *_args, **_kwargs)
backend/tests/test_files_api_responses.py:31
↓ 53 callersFunctionlist
(entityType: EntityType, params: { q?: string | null; page?: number; pageSize?: number; order?: string | null;
front/src/services/studioEntities.ts:6
↓ 46 callersMethoddelete
(self, *_args, **_kwargs)
backend/tests/test_files_api_responses.py:22
↓ 46 callersMethodmodel_dump
(self)
backend/tests/test_script_processing_tasks.py:627
↓ 42 callersMethodget
(self, model, entity_id)
backend/tests/test_image_task_services.py:88
↓ 34 callersMethodfirst
(self)
backend/tests/test_entities_api_responses.py:25
↓ 29 callersMethodorder_by
(self, *_args, **_kwargs)
backend/tests/test_image_task_services.py:79
↓ 25 callersFunctionresolveAssetUrl
(value?: string | null)
front/src/pages/aiStudio/assets/utils.ts:14
↓ 24 callersMethodthen
( onFulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | null, onRejected?: ((reason
front/src/services/generated/core/CancelablePromise.ts:92
↓ 23 callersFunctioncreated_response
构造创建成功响应。
backend/app/schemas/common.py:48
↓ 23 callersFunctionreadDebugContextText
( context: ShotFramePromptDebugContext | null, key: string, )
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:159
↓ 23 callersMethodrefresh
(self, *_args, **_kwargs)
backend/tests/test_files_api_responses.py:28
↓ 22 callersFunctionrequire_entity
确保实体存在,并返回实体对象。
backend/app/services/common/validators.py:13
↓ 21 callersFunction_build_session
()
backend/tests/test_shot_status_service.py:60
↓ 21 callersFunction_check
(key: str, ok: bool, message: str)
backend/app/services/studio/shot_video_readiness.py:46
↓ 21 callersFunction_seed_graph
(db: AsyncSession)
backend/tests/test_shot_status_service.py:68
↓ 21 callersFunctionget_or_404
获取实体,不存在时抛出 404。
backend/app/services/common/crud.py:29
↓ 20 callersMethoddesc
(self)
backend/tests/test_image_task_services.py:61
↓ 20 callersFunctionrecompute_shot_status
按镜头候选确认状态重新计算流程状态。
backend/app/services/studio/shot_status.py:62
↓ 19 callersMethodset_status
(self, task_id: str, status: TaskStatus)
backend/app/core/task_manager/stores.py:569
↓ 18 callersFunctionempty_response
构造 data 为 null 的成功响应。
backend/app/schemas/common.py:58
↓ 18 callersMethodexecute
(self, ctx: WorkerTaskContext, run_args: dict[str, object])
backend/tests/test_task_execute.py:383
↓ 17 callersFunction_compact_text
(value: str | None)
backend/app/services/film/shot_frame_prompt_tasks.py:61
↓ 17 callersFunction_enum_value
(value: object | None)
backend/app/services/film/shot_frame_prompt_tasks.py:54
↓ 17 callersMethodexecute
(self, ctx: WorkerTaskContext, run_args: dict[str, Any])
backend/app/services/script_processing_worker.py:157
↓ 17 callersMethodextract
执行:优先 with_structured_output,否则 run + format_output。
backend/app/chains/agents/base.py:313
↓ 17 callersFunctiongetChapterPreparationState
(chapter: Chapter)
front/src/pages/aiStudio/project/ProjectWorkbench/chapterPreparation.tsx:19
↓ 17 callersFunctionpaginated_response
构造有分页的成功响应。
backend/app/schemas/common.py:68
↓ 16 callersFunctioncreate_and_refresh
写入对象并刷新,返回最新状态。
backend/app/services/common/crud.py:14
↓ 16 callersFunctionlog_task_event
(task_kind: str, task_id: str, event: str, **fields: Any)
backend/app/services/worker/task_logging.py:12
↓ 15 callersFunction_build_session
()
backend/tests/test_generated_video_service.py:39
↓ 15 callersFunction_datetime_ts
(value: datetime | None)
backend/app/core/task_manager/stores.py:48
↓ 15 callersFunctionbuildFileDownloadUrl
(fileId?: string | null)
front/src/pages/aiStudio/assets/utils.ts:43
↓ 15 callersFunctiongetChapterShotsPath
(projectId: string, chapterId: string)
front/src/pages/aiStudio/project/ProjectWorkbench/routes.ts:9
↓ 15 callersFunctiongetDefaultStyle
(visual: string, options: ProjectStyleFieldOptions)
front/src/pages/aiStudio/project/ProjectVisualStyleAndStyleFields.tsx:65
↓ 14 callersFunction_seed_shot_graph
(db: AsyncSession)
backend/tests/test_generated_video_service.py:47
↓ 14 callersFunctionapply_order
( stmt: Select[Any], *, model: Any, order: str | None, is_desc: bool, allow_fields: se
backend/app/api/utils.py:38
↓ 14 callersMethodcreate
创建任务记录。 参数: - task: 实际要执行的 Task 对象,必须实现 run/status/is_done/get_result - mode: 结果交付方式(流式 / 任务+轮询) - run_args: 传给 task.
backend/app/core/task_manager/manager.py:33
↓ 14 callersFunctionentity_spec
(entity_type: str)
backend/app/services/studio/entity_specs.py:78
↓ 14 callersMethodlistProjectEntityLinksApiV1StudioShotLinksEntityTypeGet
* 项目-章节-镜头-实体关联列表(分页) * @returns ApiResponse_PaginatedData_Any__ Successful Response * @throws ApiError
front/src/services/generated/services/StudioShotLinksService.ts:21
↓ 14 callersFunctionpaginate
( db: AsyncSession, *, stmt: Select[Any], page: int, page_size: int, )
backend/app/api/utils.py:52
↓ 12 callersFunction_override_db
(db: _FakeDB)
backend/tests/test_shot_extracted_candidates_api_responses.py:28
↓ 12 callersFunction_to_db_status
(status: TaskStatus)
backend/app/core/task_manager/stores.py:44
↓ 12 callersFunctionenqueue_task_execution
(task_id: str)
backend/app/tasks/execute_task.py:33
↓ 12 callersFunctionget
(url: string, config?: AxiosRequestConfig)
front/src/services/http.ts:28
↓ 12 callersMethodregister
(self, task_kind: str, executor: AbstractWorkerTaskExecutor)
backend/app/services/worker/task_registry.py:32
↓ 12 callersFunctionupdateCardState
(frameType: PromptFrameType, patch: Partial<KeyframeCardState>)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:4365
↓ 11 callersFunction_enum_value
(value: Any)
backend/app/services/studio/shot_video_prompt_pack.py:40
↓ 11 callersMethod_log_event
(self, event: str, task_id: str, **fields: Any)
backend/app/services/worker/task_executor.py:178
↓ 11 callersFunction_override_db
(db: _FakeStudioDB)
backend/tests/test_studio_api_responses.py:81
↓ 11 callersFunction_override_db
()
backend/tests/test_script_processing_async_api.py:25
↓ 11 callersMethodcatch
( onRejected?: ((reason: any) => TResult | PromiseLike<TResult>) | null )
front/src/services/generated/core/CancelablePromise.ts:99
↓ 11 callersFunctionexecuteTaskCancel
({ taskId, reason, applyCancelData, cancelledImmediatelyMessage, cancelRequestedMessage, fallbackE
front/src/pages/aiStudio/components/taskActionHelpers.ts:98
↓ 11 callersFunctionflush_and_refresh
刷新已更新对象并返回。
backend/app/services/common/crud.py:40
↓ 11 callersFunctiongetChapterStudioPath
(projectId: string, chapterId: string)
front/src/pages/aiStudio/project/ProjectWorkbench/routes.ts:5
↓ 11 callersMethodmodel_copy
(self, *, deep: bool = False)
backend/tests/test_script_processing_tasks.py:630
↓ 11 callersFunctionpatch_model
将字典字段更新到模型实例。
backend/app/services/common/crud.py:22
↓ 11 callersMethodset_progress
(self, task_id: str, progress: int)
backend/app/core/task_manager/stores.py:572
↓ 10 callersFunction_get_value
兼容 dict / Pydantic model / 普通对象的字段读取。
backend/app/services/studio/shot_semantic_defaults.py:14
↓ 10 callersFunction_override_db
(db: _FakeTaskDB)
backend/tests/test_task_status_api_responses.py:67
↓ 10 callersFunction_override_db
(db: _FakeShotSubresourceDB)
backend/tests/test_shot_subresource_api_responses.py:109
↓ 10 callersFunctionassignIfChanged
(key: K)
front/src/pages/aiStudio/chapter/ChapterStudio.tsx:1489
↓ 10 callersFunctionclear_image_model_capability_overrides
兼容入口:清空能力覆盖;供测试或重置场景使用。
backend/app/core/integrations/image_capabilities.py:53
↓ 10 callersFunctiondelete_if_exists
若实体存在则删除;不存在时静默返回。
backend/app/services/common/crud.py:47
↓ 10 callersMethodis_not
(self, _value)
backend/tests/test_image_task_services.py:58
↓ 10 callersFunctionok
(data: T, status = 200, message = 'OK')
front/src/mocks/handlers.ts:52
↓ 10 callersFunctionupsert_file_usage
按 (file_id, usage_kind, source_ref) 幂等写入或更新行列。
backend/app/services/studio/file_usages.py:22
↓ 10 callersFunctionuseRelationTaskNotification
({ task, settledTask, title, sourceLabel, runningDescription, cancellingDescription, successDesc
front/src/pages/aiStudio/components/taskNotificationHelpers.tsx:66
↓ 9 callersMethod_elapsed_ms
(self, started_at: float)
backend/app/services/worker/task_executor.py:181
↓ 9 callersFunction_strip_optional_b64
(value: str | None)
backend/app/core/contracts/video_generation.py:12
↓ 9 callersFunctionapply_keyword_filter
( stmt: Select[Any], *, q: str | None, fields: Sequence[InstrumentedAttribute[Any]], )
backend/app/api/utils.py:21
↓ 9 callersFunctionbootstrap_all_registries
启动时或惰性路径中调用一次即可;顺序固定为 provider 先于 task adapter。
backend/app/bootstrap.py:6
↓ 9 callersFunctioncancel_if_requested_async
在 async service 阶段边界执行协作式取消检查。
backend/app/services/worker/async_task_support.py:10
↓ 9 callersMethodcreate
(self, payload: dict[str, Any], mode: DeliveryMode, task_kind: str)
backend/app/core/task_manager/stores.py:184
↓ 9 callersMethodrun
调用 agent,返回原始字符串(通常为 JSON)。
backend/app/chains/agents/base.py:292
↓ 9 callersMethodrun
(self, *args: object, **kwargs: object)
backend/app/services/script_processing_tasks.py:59
↓ 9 callersFunctionupsert
按镜头与角色 upsert 阵容关系,并处理 index 冲突。
backend/app/services/studio/shot_character_links.py:30
↓ 8 callersFunction_build_session
()
backend/tests/test_llm_manage.py:22
↓ 8 callersFunctionbuild_run_args
( db: AsyncSession, *, shot_id: str, reference_mode: str, prompt: str | None, images:
backend/app/services/film/generated_video.py:146
↓ 8 callersMethodcreate
(self, payload: dict[str, Any], mode: DeliveryMode, task_kind: str)
backend/app/core/task_manager/stores.py:386
↓ 8 callersFunctionexecuteAsyncTaskCreate
({ request, trackTaskData, startedMessage, reusedMessage, fallbackErrorMessage, emptyDataErrorMess
front/src/pages/aiStudio/components/taskActionHelpers.ts:73
↓ 8 callersMethodformat_output
将 agent 原始输出解析为结构化结果(JSON → 规范化 → Pydantic)。
backend/app/chains/agents/base.py:304
↓ 8 callersFunctionisTaskHighlighted
(task: TaskUiItem, contexts: TaskPageContext[])
front/src/pages/aiStudio/components/taskUiStore.ts:82
↓ 8 callersFunctionmaskUrl
(url: string)
front/src/pages/aiStudio/models/constants.ts:25
↓ 8 callersFunctionnormalize_entity_type
(entity_type: str)
backend/app/services/studio/entity_specs.py:68
↓ 8 callersFunctionpick_analysis_relation_entity_id
( *, relation_entity_id: str | None = None, chapter_id: str | None, project_id: str | None,
backend/app/services/script_processing_tasks.py:269
↓ 8 callersFunctionrefresh
()
front/src/pages/aiStudio/shots/ChapterShotsPage.tsx:128
↓ 8 callersMethodresolve
(self, task_kind: str)
backend/app/services/worker/task_registry.py:35
↓ 8 callersFunctionresolve_provider_key_from_name
(name: str)
backend/app/services/llm/provider_registry.py:89
↓ 8 callersFunctionresolve_thumbnail_infos
解析每个 parent_id 的最佳缩略图信息(thumbnail + image_id)。
backend/app/services/studio/entity_thumbnails.py:45
↓ 8 callersFunctionsetTabInUrl
(tab: TabKey)
front/src/pages/aiStudio/project/ProjectWorkbench/index.tsx:151
next →1–100 of 2,103, ranked by callers