MCPcopy Create free account

hub / github.com/Vespa314/cflow / functions

Functions2,475 in github.com/Vespa314/cflow

↓ 138 callersMethodString
String returns a string representation of this node. This method is used for debugging.
plugin/gomark/ast/node.go:9
↓ 83 callersMethodClose
()
store/driver.go:14
↓ 56 callersFunctionuseTranslate
()
web/src/utils/i18n.ts:46
↓ 43 callersMethodGetUser
GetUser gets a user by name.
proto/gen/api/v2/user_service_grpc.pb.go:38
↓ 33 callersFunctionmatcher
(rawStr: string, regexp: RegExp)
web/src/labs/marked/matcher.ts:1
↓ 29 callersMethodget
get sends a GET client request.
test/server/server.go:156
↓ 28 callersFunctionStringifyNodes
(nodes []ast.Node)
plugin/gomark/parser/parser_test.go:126
↓ 26 callersFunctiongenerateDialog
( config: DialogConfig, DialogComponent: React.FC<T>, props?: Omit<T, "destroy" | "hide"> )
web/src/components/Dialog/BaseDialog.tsx:68
↓ 25 callersMethodAdd
Add registers a single cron job. If there is already a job with the provided id, then the old job will be replaced with the new one. cronExpr is a r
internal/cron/cron.go:82
↓ 25 callersFunctionConvertStringToInt32
ConvertStringToInt32 converts a string to int32.
internal/util/util.go:14
↓ 24 callersMethodUpsertUserSettingV1
(ctx context.Context, upsert *storepb.UserSetting)
store/user_setting.go:14
↓ 22 callersFunctionfile_api_v2_user_service_proto_rawDescGZIP
()
proto/gen/api/v2/user_service.pb.go:1665
↓ 22 callersFunctionuseCurrentUser
()
web/src/hooks/useCurrentUser.ts:4
↓ 21 callersMethodpost
post sends a POST client request.
test/server/server.go:163
↓ 20 callersMethodGetValue
()
proto/gen/store/user_setting.pb.go:204
↓ 20 callersMethodParse
(tokens []*tokenizer.Token)
plugin/gomark/parser/parser.go:17
↓ 20 callersFunctionmarked
( markdownStr: string, blockParsers = blockElementParserList, inlineParsers = inlineElementParserList )
web/src/labs/marked/index.tsx:34
↓ 19 callersMethodGetMemo
(ctx context.Context, in *GetMemoRequest, opts ...grpc.CallOption)
proto/gen/api/v2/memo_service_grpc.pb.go:35
↓ 18 callersFunctionextractUsernameFromName
(name: string = "")
web/src/store/v1/resourceName.ts:3
↓ 17 callersFunctiongetCurrentUser
(ctx context.Context, s *store.Store)
api/v2/common.go:32
↓ 17 callersFunctionuseGlobalStore
()
web/src/store/module/global.ts:55
↓ 16 callersFunctionTokenize
(text string)
plugin/gomark/parser/tokenizer/tokenizer.go:38
↓ 16 callersFunctionhandleDeleteTag
(tag: string)
web/src/components/TagManage.tsx:83
↓ 15 callersFunctionError
Error wraps the zap Logger's Error method.
internal/log/logger.go:59
↓ 15 callersFunctionNewNodeType
(name string)
plugin/gomark/ast/node.go:33
↓ 15 callersFunctionNewToken
(tp, text string)
plugin/gomark/parser/tokenizer/tokenizer.go:31
↓ 14 callersMethodListMemos
(ctx context.Context, find *FindMemo)
store/driver.go:39
↓ 14 callersFunctionmatchSearchItem
(memo: Memo, word: string)
web/src/components/MemoList.tsx:49
↓ 12 callersMethodGetSystemSetting
(ctx context.Context, find *FindSystemSetting)
store/system_setting.go:33
↓ 12 callersFunctionNewTestingStore
(ctx context.Context, t *testing.T)
test/store/store.go:18
↓ 12 callersMethodUpsertSystemSetting
SystemSetting model related methods.
store/driver.go:54
↓ 12 callersFunctionfile_api_v2_memo_service_proto_rawDescGZIP
()
proto/gen/api/v2/memo_service.pb.go:828
↓ 12 callersFunctiongetTimeStampByDate
(t: Date | number | string | any)
web/src/helpers/datetime.ts:3
↓ 11 callersFunctionStringify
(tokens []*Token)
plugin/gomark/parser/tokenizer/tokenizer.go:89
↓ 11 callersFunctionfile_api_v2_tag_service_proto_rawDescGZIP
()
proto/gen/api/v2/tag_service.pb.go:661
↓ 11 callersFunctionfile_api_v2_webhook_service_proto_rawDescGZIP
()
proto/gen/api/v2/webhook_service.pb.go:726
↓ 11 callersFunctionshowCommonDialog
(props: CommonDialogProps)
web/src/components/Dialog/CommonDialog.tsx:82
↓ 11 callersFunctionuseFilterStore
()
web/src/store/module/filter.ts:4
↓ 11 callersFunctionuseLoading
(initialState = true)
web/src/hooks/useLoading.ts:3
↓ 11 callersFunctionuseMemoStore
()
web/src/store/module/memo.ts:28
↓ 9 callersFunctionExtractUsernameFromName
ExtractUsernameFromName returns the username from a resource name.
api/v2/resource_name.go:38
↓ 9 callersMethodGetResource
(ctx context.Context, find *FindResource)
store/resource.go:70
↓ 9 callersFunctionconvertUserFromStore
(user *store.User)
api/v1/user.go:470
↓ 9 callersMethoddelete
delete sends a DELETE client request.
test/server/server.go:177
↓ 9 callersFunctionfile_api_v2_inbox_service_proto_rawDescGZIP
()
proto/gen/api/v2/inbox_service.pb.go:613
↓ 9 callersFunctionfile_api_v2_resource_service_proto_rawDescGZIP
()
proto/gen/api/v2/resource_service.pb.go:631
↓ 9 callersMethodpatchMemo
(memoPatch *apiv1.PatchMemoRequest)
test/server/memo_test.go:125
↓ 8 callersMethodCreateMemo
Memo model related methods.
store/driver.go:38
↓ 8 callersFunctionIsVersionGreaterThan
IsVersionGreaterThan returns true if version is greater than target.
server/version/version.go:43
↓ 8 callersFunctionNew
New create a new Cron struct with default tick interval of 1 minute and timezone in UTC. You can change the default tick interval with Cron.SetInterv
internal/cron/cron.go:37
↓ 8 callersMethodType
Type returns a node type.
plugin/gomark/ast/node.go:5
↓ 8 callersFunctionWarn
Warn wraps the zap Logger's Warn method.
internal/log/logger.go:54
↓ 8 callersMethodconvertMemoFromStore
(ctx context.Context, memo *store.Memo)
api/v1/memo.go:790
↓ 8 callersFunctioncreateTestingHostUser
(ctx context.Context, ts *store.Store)
test/store/user_test.go:40
↓ 8 callersFunctionhandleSectionSelectorItemClick
(settingSection: SettingSection)
web/src/pages/Setting.tsx:32
↓ 8 callersFunctionsetPartialOAuth2Config
(state: Partial<IdentityProviderOAuth2Config>)
web/src/components/CreateIdentityProviderDialog.tsx:229
↓ 8 callersFunctionsetPartialS3Config
(state: Partial<StorageS3Config>)
web/src/components/CreateStorageServiceDialog.tsx:98
↓ 8 callersFunctionuseNavigateTo
()
web/src/hooks/useNavigateTo.ts:3
↓ 7 callersMethodGetUserAccessTokens
GetUserAccessTokens returns the access tokens of the user.
store/user_setting.go:58
↓ 7 callersFunctionHasPrefixes
HasPrefixes returns true if the string s has any of the given prefixes.
internal/util/util.go:23
↓ 7 callersMethodListTags
(ctx context.Context, find *FindTag)
store/driver.go:75
↓ 7 callersMethodStop
Stop stops the current cron ticker (if not already). You can resume the ticker by calling Start().
internal/cron/cron.go:130
↓ 7 callersMethodUpsertMemoRelation
MemoRelation model related methods.
store/driver.go:44
↓ 7 callersFunctionconvertResponseModelMemo
(memo: Memo)
web/src/store/module/memo.ts:8
↓ 6 callersMethodCreateUser
User model related methods.
store/driver.go:58
↓ 6 callersMethodDeleteResource
(ctx context.Context, delete *DeleteResource)
store/driver.go:35
↓ 6 callersMethodEditMessage
EditMessage make an editMessageText api request.
plugin/telegram/api_edit_message.go:13
↓ 6 callersFunctionEnqueue
(event string)
server/service/metric/metric.go:39
↓ 6 callersFunctionGetCurrentVersion
(mode string)
server/version/version.go:17
↓ 6 callersMethodLen
()
server/version/version.go:49
↓ 6 callersMethodListUsers
(ctx context.Context, find *FindUser)
store/driver.go:60
↓ 6 callersFunctionSaveShortcut
(new_config: ShortcutType[])
web/src/components/Settings/CustomShortcutSection.tsx:115
↓ 6 callersMethodUpdateResource
(ctx context.Context, update *UpdateResource)
store/driver.go:34
↓ 6 callersFunctionfile_api_v2_activity_service_proto_rawDescGZIP
()
proto/gen/api/v2/activity_service.pb.go:441
↓ 6 callersFunctiongetResourceUrl
(resource: Resource, withOrigin = true)
web/src/utils/resource.ts:3
↓ 6 callersMethodpatch
patch sends a PATCH client request.
test/server/server.go:170
↓ 6 callersFunctionsetPartialState
(partialState: Partial<CustomizedProfile>)
web/src/components/UpdateCustomizedProfileDialog.tsx:24
↓ 6 callersFunctionuseTagStore
()
web/src/store/module/tag.ts:7
↓ 5 callersMethodCreateResource
Resource model related methods.
store/driver.go:32
↓ 5 callersMethodDeleteTag
(ctx context.Context, delete *DeleteTag)
store/driver.go:76
↓ 5 callersMethodGetActivity
(ctx context.Context, in *GetActivityRequest, opts ...grpc.CallOption)
proto/gen/api/v2/activity_service_grpc.pb.go:29
↓ 5 callersMethodGetMemoVisibility
()
proto/gen/store/user_setting.pb.go:232
↓ 5 callersFunctionInfo
Info wraps the zap Logger's Info method.
internal/log/logger.go:49
↓ 5 callersFunctionIsVersionGreaterOrEqualThan
IsVersionGreaterOrEqualThan returns true if version is greater than or equal to target.
server/version/version.go:38
↓ 5 callersMethodListMemoRelations
(ctx context.Context, find *FindMemoRelation)
store/driver.go:45
↓ 5 callersFunctionNewTestingServer
(ctx context.Context, t *testing.T)
test/server/server.go:32
↓ 5 callersMethodRemove
Remove removes a single cron job by its id.
internal/cron/cron.go:104
↓ 5 callersMethodShutdown
(ctx context.Context)
test/server/server.go:71
↓ 5 callersMethodUpdateMemo
(ctx context.Context, update *UpdateMemo)
store/driver.go:40
↓ 5 callersMethodUpsertTag
Tag model related methods.
store/driver.go:74
↓ 5 callersFunctionabsolutifyLink
(rel: string)
web/src/helpers/utils.ts:55
↓ 5 callersFunctionconvertResourceFromStore
(resource *store.Resource)
api/v1/resource.go:363
↓ 5 callersFunctionfetchUserList
()
web/src/components/Settings/MemberSection.tsx:33
↓ 5 callersFunctionfile_api_v2_system_service_proto_rawDescGZIP
()
proto/gen/api/v2/system_service.pb.go:396
↓ 5 callersMethodgetMemoList
()
test/server/memo_test.go:82
↓ 5 callersFunctionparseCronSegment
parseCronSegment parses a single cron expression segment and returns its time schedule slots.
internal/cron/schedule.go:117
↓ 5 callersMethodpostAuthSignUp
(signup *apiv1.SignUp)
test/server/auth_test.go:42
↓ 5 callersMethodpostForm
(ctx context.Context, apiPath string, formData url.Values, result any)
plugin/telegram/request.go:13
↓ 5 callersFunctionshowMemoEditorDialog
(props: Pick<Props, "memoId" | "relationList" | "init_content"> = {})
web/src/components/MemoEditor/MemoEditorDialog.tsx:46
↓ 5 callersFunctionupdateEditorHeight
()
web/src/components/MemoEditor/Editor/index.tsx:57
next →1–100 of 2,475, ranked by callers