MCPcopy Index your code

hub / github.com/openclaw/wacli / functions

Functions1,829 in github.com/openclaw/wacli

↓ 5 callersFunctionrequirePollSelectableCount
(selectable uint32, requested []string)
cmd/wacli/poll_cmd.go:188
↓ 5 callersFunctionresolveReplySender
(db *store.DB, chat types.JID, replyTo, override string)
cmd/wacli/send.go:455
↓ 5 callersFunctionresolveSyncStorageLimits
(flags syncStorageLimitFlags)
cmd/wacli/storage_limits.go:21
↓ 5 callersFunctionrunChatState
(flags *rootFlags, opts chatStateOptions, action string, run func(context.Context, chatStateApp, types.JID) er
cmd/wacli/chats_state.go:117
↓ 5 callersFunctionsendDelegateSocketPath
(storeDir string)
cmd/wacli/send_ipc.go:77
↓ 5 callersFunctionvalidateMessageCanEdit
(msg store.Message, now time.Time)
cmd/wacli/messages.go:952
↓ 5 callersFunctionvalidateTextEphemeralOptions
(opts textEphemeralOptions)
cmd/wacli/send.go:273
↓ 4 callersMethodCountChats
()
internal/store/chats.go:37
↓ 4 callersFunctionDefaultStoreDir
DefaultStoreDir returns the store directory to use when --store is not supplied. It checks WACLI_STORE_DIR first, then falls back to the XDG state dir
internal/config/config.go:48
↓ 4 callersFunctionDownloadMediaDirectToFile
(ctx context.Context, directPath string, encFileHash, fileHash, mediaKey []byte, fileLength uint64, mediaType
internal/wa/media.go:128
↓ 4 callersMethodGetGroupInfo
(ctx context.Context, jid types.JID)
internal/app/app.go:45
↓ 4 callersMethodGetOldestMessageInfo
(chatJID string)
internal/store/messages.go:309
↓ 4 callersMethodListChatsOlderThan
(days int)
internal/store/chats.go:254
↓ 4 callersMethodMessageContext
(chatJID, msgID string, before, after int)
internal/store/messages.go:333
↓ 4 callersMethodMuted
()
internal/store/types.go:23
↓ 4 callersFunctionResolveAccountStore
(path, name string)
internal/config/config.go:189
↓ 4 callersMethodResolveChatName
(ctx context.Context, chat types.JID, pushName string)
internal/app/app.go:36
↓ 4 callersMethodSendProtoMessage
(ctx context.Context, to types.JID, msg *waProto.Message)
cmd/wacli/send.go:202
↓ 4 callersMethodSetAlias
(jid, alias string)
internal/store/contacts.go:130
↓ 4 callersMethodSetChatMutedUntil
(jid string, mutedUntil int64)
internal/store/chats.go:121
↓ 4 callersMethodSetManualHistorySyncDownload
(enabled bool)
internal/app/app.go:87
↓ 4 callersMethodSub
(module string)
internal/wa/logger.go:51
↓ 4 callersMethodUpdateMessageText
(chatJID, msgID, text string)
internal/store/messages.go:190
↓ 4 callersMethodWithTx
(tx *sql.Tx)
internal/store/storedb/db.go:27
↓ 4 callersFunctionaccountPayloadFromAccount
(account config.Account)
cmd/wacli/accounts.go:304
↓ 4 callersFunctionaddTextColumnIfMissing
(d *DB, col, stmt string)
internal/store/migrations.go:173
↓ 4 callersFunctionauthStatusPayload
(authed bool, linkedJID string)
cmd/wacli/auth.go:246
↓ 4 callersFunctionboolFilter
(pos, neg bool)
cmd/wacli/chats_state.go:172
↓ 4 callersFunctionbuildForwardedMessage
(msg store.Message, mediaInfo *store.MediaDownloadInfo)
cmd/wacli/messages.go:1013
↓ 4 callersFunctioncanonicalJID
(jid types.JID)
internal/app/jid.go:9
↓ 4 callersFunctionchannelRecordFromMeta
(meta *types.NewsletterMetadata)
cmd/wacli/channels.go:272
↓ 4 callersFunctionchatFlagsString
(c store.Chat)
cmd/wacli/chats_state.go:184
↓ 4 callersFunctionclean
(s string)
internal/linkpreview/linkpreview.go:350
↓ 4 callersFunctioncleanVoteOptions
(opts []string)
cmd/wacli/poll_cmd.go:155
↓ 4 callersFunctiondeleteLocalMediaIfRequested
(deleteMedia bool, localPath string)
cmd/wacli/messages.go:890
↓ 4 callersFunctiondetectDeviceLabel
(goos string, hostname func() (string, error), readFile func(string) ([]byte, error))
cmd/wacli/main.go:52
↓ 4 callersFunctiondownloadDirectBytes
(ctx context.Context, mediaURL string)
internal/wa/media.go:268
↓ 4 callersMethodemitChatStateWarning
(kind string, jid types.JID, err error)
internal/app/chat_state.go:144
↓ 4 callersFunctionextractReleaseNotes
(changelog, tag)
scripts/extract-release-notes.mjs:4
↓ 4 callersFunctionformatHistoryDate
(t time.Time)
cmd/wacli/history.go:252
↓ 4 callersMethodhandleAppStateSyncError
(ctx context.Context, evt *events.AppStateSyncError, recoveries *sync.Map)
internal/app/sync_events.go:318
↓ 4 callersMethodhandleLiveCallEvent
(ctx context.Context, evt interface{})
internal/app/sync_events.go:235
↓ 4 callersFunctionhistorySyncWithTextMessages
(chat types.JID, start time.Time, ids ...string)
internal/app/sync_limits_test.go:298
↓ 4 callersFunctionisRetryableSendError
(err error)
cmd/wacli/send_helpers.go:74
↓ 4 callersMethodlimitError
()
internal/wa/media.go:377
↓ 4 callersFunctionloadMessageMutationTarget
(ctx context.Context, a *app.App, chat, id string)
cmd/wacli/messages.go:859
↓ 4 callersFunctionmarkdownToHtml
(markdown, currentRel, rewriteHref)
scripts/docs-site-render.mjs:6
↓ 4 callersFunctionmessageContextLine
(m store.Message)
cmd/wacli/messages_format.go:204
↓ 4 callersFunctionmessageSelectColumns
(snippet string)
internal/store/messages.go:44
↓ 4 callersFunctionnewContactsImportSystemCmd
(flags *rootFlags)
cmd/wacli/contacts_import_system.go:25
↓ 4 callersFunctionnewGroupsCmd
(flags *rootFlags)
cmd/wacli/groups.go:5
↓ 4 callersFunctionnewGroupsParticipantsActionCmd
(flags *rootFlags, action string)
cmd/wacli/groups_participants.go:27
↓ 4 callersFunctionnewMessagesForwardCmd
(flags *rootFlags)
cmd/wacli/messages.go:742
↓ 4 callersFunctionnewSyncCmd
(flags *rootFlags)
cmd/wacli/sync.go:14
↓ 4 callersFunctionnewWhatsmeowLogger
(module, minLevel string, w io.Writer)
internal/wa/logger.go:30
↓ 4 callersFunctionnormalizePermalink
(value)
scripts/build-docs-site.mjs:177
↓ 4 callersFunctionopenSystemImportStore
(t *testing.T, storeDir string)
cmd/wacli/contacts_import_system_test.go:92
↓ 4 callersFunctionoutPath
(rel, frontmatter = {})
scripts/build-docs-site.mjs:196
↓ 4 callersMethodoutputf
(level, msg string, args ...interface{})
internal/wa/logger.go:60
↓ 4 callersFunctionparseChannelJID
(raw string)
cmd/wacli/channels.go:304
↓ 4 callersFunctionparseMentionedJIDs
(values []string)
cmd/wacli/send.go:482
↓ 4 callersFunctionpersistChannelRecords
(db channelRecordStore, rows []channelRecord)
cmd/wacli/channels.go:294
↓ 4 callersFunctionreadOnlyAuthStatus
(storeDir string)
cmd/wacli/auth_status_readonly.go:14
↓ 4 callersFunctionreadOnlySessionSQLiteURI
(path string)
cmd/wacli/auth_status_readonly.go:51
↓ 4 callersFunctionrequirePollOptionsExist
(known, requested []string)
cmd/wacli/poll_cmd.go:175
↓ 4 callersFunctionresolveRequestEntries
resolveRequestEntries converts raw join-request participants to output entries, resolving LID JIDs to phone numbers via the provided resolver function
cmd/wacli/groups_admin.go:240
↓ 4 callersFunctionsafePreviewIP
(ip net.IP)
internal/linkpreview/linkpreview.go:138
↓ 4 callersMethodscanMessages
(query string, args ...interface{})
internal/store/messages.go:387
↓ 4 callersFunctionsendFile
(ctx context.Context, a interface { WA() app.WAClient DB() *store.DB }, to types.JID, filePath string, opts
cmd/wacli/send_file.go:52
↓ 4 callersFunctionsendPollMessage
(ctx context.Context, sender pollSender, to types.JID, question string, options []string, multi int, ephemeral
cmd/wacli/send_poll_cmd.go:165
↓ 4 callersFunctionvalidateMessageCanRevoke
(msg store.Message)
cmd/wacli/messages.go:903
↓ 4 callersFunctionvalidateSelectRequest
(req selectRequest)
cmd/wacli/send_select_cmd.go:158
↓ 4 callersFunctionvalidateWebPSticker
(data []byte)
cmd/wacli/send_sticker.go:124
↓ 4 callersFunctionwarnOutboundPersist
(kind, msgID string, err error)
cmd/wacli/send.go:188
↓ 4 callersFunctionwriteMessageShow
(dst io.Writer, m store.Message)
cmd/wacli/messages_format.go:74
↓ 3 callersMethodAddEventHandler
(handler func(interface{}))
internal/app/app.go:32
↓ 3 callersMethodAddTag
(jid, tag string)
internal/store/contacts.go:142
↓ 3 callersMethodBackfillHistory
(ctx context.Context, opts BackfillOptions)
internal/app/backfill.go:47
↓ 3 callersFunctionDecode
(r io.Reader)
internal/syscontacts/syscontacts.go:25
↓ 3 callersMethodDeletePollVote
DeletePollVote removes one voter's current vote if the deletion is not older than the stored vote row.
internal/store/polls.go:249
↓ 3 callersMethodDownloadHistorySync
(ctx context.Context, notif *waE2E.HistorySyncNotification)
internal/app/app.go:88
↓ 3 callersMethodDownloadMediaToFile
(ctx context.Context, directPath string, encFileHash, fileHash, mediaKey []byte, fileLength uint64, mediaType,
internal/app/app.go:81
↓ 3 callersFunctionFileURI
(path, rawQuery string)
internal/sqliteutil/files.go:21
↓ 3 callersMethodFindPollByMsgID
FindPollByMsgID returns the most recent poll matching the given msg_id across any chat. Useful when the chat JID embedded in a vote event (often a LID
internal/store/polls.go:101
↓ 3 callersMethodGetAllContacts
(ctx context.Context)
internal/app/app.go:42
↓ 3 callersMethodGetGroupInviteLink
(ctx context.Context, group types.JID, reset bool)
internal/app/app.go:54
↓ 3 callersMethodGetJoinedGroups
(ctx context.Context)
internal/app/app.go:44
↓ 3 callersMethodGetStatusMessage
(msgID string)
internal/store/status_messages.go:81
↓ 3 callersMethodGetSubscribedNewsletters
(ctx context.Context)
internal/app/app.go:61
↓ 3 callersMethodIncrementChatUnread
(jid string)
internal/store/chats.go:158
↓ 3 callersMethodIsAuthed
()
internal/app/app.go:27
↓ 3 callersFunctionIsPollNotFound
IsPollNotFound is a small convenience predicate.
internal/store/polls.go:338
↓ 3 callersFunctionListAccounts
(path string, cfg *AccountsConfig)
internal/config/config.go:214
↓ 3 callersMethodListChats
(query string, limit int)
internal/resolve/resolve.go:37
↓ 3 callersMethodListStarredMessages
(p ListStarredMessagesParams)
internal/store/starred.go:54
↓ 3 callersFunctionLoadAccountsConfigIfExists
(path string)
internal/config/config.go:134
↓ 3 callersMethodMarkGroupsMissingFrom
(joined map[string]bool, leftAt time.Time)
internal/store/groups.go:49
↓ 3 callersFunctionNew
(opts Options)
internal/wa/client.go:37
↓ 3 callersFunctionNormalizePhone
(phone string)
internal/syscontacts/syscontacts.go:78
↓ 3 callersFunctionParseCallLogRecord
(record *waSyncAction.CallLogRecord, self types.JID, alternateSelf ...types.JID)
internal/wa/calls.go:141
← previousnext →201–300 of 1,829, ranked by callers