MCPcopy Create free account

hub / github.com/openclaw/wacli / functions

Functions1,829 in github.com/openclaw/wacli

↓ 1 callersFunctionswiftCommand
(ctx context.Context, script string)
internal/syscontacts/darwin.go:43
↓ 1 callersFunctionsyncActivityEvent
(evt interface{})
internal/app/sync_events.go:166
↓ 1 callersMethodsyncAppStateDeltas
(ctx context.Context)
internal/app/sync.go:220
↓ 1 callersFunctionsyncWebhookEnabled
(opts SyncOptions)
internal/app/webhook.go:43
↓ 1 callersFunctionthemeBootstrapScript
()
scripts/docs-site-assets.mjs:239
↓ 1 callersFunctionthemeToggleMarkup
()
scripts/docs-site-assets.mjs:243
↓ 1 callersFunctiontitleize
(input)
scripts/build-docs-site.mjs:212
↓ 1 callersFunctiontrimURL
(raw string)
internal/linkpreview/linkpreview.go:199
↓ 1 callersFunctionunescapeVCardValue
(value string)
internal/wa/messages_contacts.go:94
↓ 1 callersFunctionunfoldedVCardLines
(vcard string)
internal/wa/messages_contacts.go:78
↓ 1 callersFunctionuniqueNonEmptyStrings
(values []string)
internal/store/messages.go:280
↓ 1 callersFunctionuniqueSlug
(slugs, text)
scripts/docs-site-render.mjs:234
↓ 1 callersFunctionunmarshalPollVoteSelection
(raw string, v *PollVote)
internal/store/polls.go:423
↓ 1 callersMethodupdateCallEventRow
(rowID int64, p UpsertCallEventParams, chatJID, callID, eventType string, ts int64, participantsJSON interface
internal/store/calls.go:120
↓ 1 callersFunctionvalidSearchMessageType
(s string)
internal/store/search.go:147
↓ 1 callersFunctionvalidateDirectMedia
(iv, ciphertext, macKey, mac []byte)
internal/wa/media.go:298
↓ 1 callersFunctionvalidateForwardMediaInfo
(info store.MediaDownloadInfo)
cmd/wacli/messages.go:1122
↓ 1 callersFunctionvalidateLinks
(outputDir)
scripts/docs-site-render.mjs:142
↓ 1 callersMethodvalidateReadable
()
internal/store/db.go:72
↓ 1 callersFunctionvalidateWebhookURL
(raw string)
internal/app/webhook.go:157
↓ 1 callersFunctionwaButtonsToStore
(buttons []wa.Button)
internal/app/sync.go:605
↓ 1 callersFunctionwaitForCondition
(t *testing.T, timeout time.Duration, ok func() bool)
internal/app/sync_test.go:1947
↓ 1 callersFunctionwriteMessageContext
(dst io.Writer, msgs []store.Message, selectedID string, fullOutput bool)
cmd/wacli/messages_format.go:131
↓ 1 callersFunctionwriteMessagesSearch
(dst io.Writer, msgs []store.Message, fullOutput bool)
cmd/wacli/messages_format.go:31
↓ 1 callersFunctionwriteMessagesStarred
(dst io.Writer, msgs []store.Message, fullOutput bool)
cmd/wacli/messages_format.go:54
↓ 1 callersFunctionwritePresenceOutput
(flags *rootFlags, state types.ChatPresence, resp sendDelegateResponse)
cmd/wacli/presence.go:120
↓ 1 callersFunctionwritePruneTargets
(w *os.File, prefix string, groups []store.Group)
cmd/wacli/groups_prune.go:122
↓ 1 callersFunctionwriteSessionContact
(t *testing.T, path, jid, redacted string)
internal/app/app_test.go:251
↓ 1 callersFunctionwriteSessionDeviceLID
(t *testing.T, path, pn, lid string)
internal/app/app_test.go:276
↓ 1 callersFunctionwriteSystemImportPreview
(matches []systemContactMatch, skippedNoPhone, skippedNoMatch, skippedSame int)
cmd/wacli/contacts_import_system.go:173
↓ 1 callersFunctionwriteTestSessionLIDMap
(t *testing.T, path, lid, pn string)
cmd/wacli/messages_test.go:684
MethodAddEventHandler
(handler func(interface{}))
internal/app/fake_wa_test.go:206
MethodAddEventHandler
(handler func(interface{}))
internal/wa/client.go:253
MethodAddTag
(ctx context.Context, arg AddTagParams)
internal/store/storedb/queries.sql.go:25
MethodAllowUnauthed
()
internal/app/app.go:239
MethodArchiveChat
(ctx context.Context, target types.JID, archive bool, lastMsgTS time.Time, lastMsgKey *waCommon.MessageKey)
internal/app/fake_wa_test.go:687
MethodArchiveChat
(ctx context.Context, jid types.JID, archive bool)
internal/app/chat_state.go:19
MethodArchiveChat
(ctx context.Context, target types.JID, archive bool, lastMsgTS time.Time, lastMsgKey *waCommon.MessageKey)
internal/wa/appstate.go:23
MethodClearAllSystemNames
(ctx context.Context, updatedAt int64)
internal/store/storedb/queries.sql.go:34
MethodClose
()
internal/store/db.go:97
MethodClose
()
internal/app/fake_wa_test.go:143
MethodClose
()
internal/app/session_resolver.go:60
MethodClose
()
internal/app/app.go:171
MethodClose
()
internal/wa/client.go:52
MethodCountChatMessages
(ctx context.Context, chatJid string)
internal/store/storedb/queries.sql.go:46
MethodCountChats
(ctx context.Context)
internal/store/storedb/queries.sql.go:57
MethodCountGroups
(ctx context.Context)
internal/store/storedb/queries.sql.go:68
MethodCountLeftGroups
(ctx context.Context)
internal/store/storedb/queries.sql.go:79
MethodCountMessages
(ctx context.Context)
internal/store/storedb/queries.sql.go:90
MethodCountSystemNames
(ctx context.Context)
internal/store/storedb/queries.sql.go:101
MethodCreateGroup
(ctx context.Context, req wa.CreateGroupRequest)
internal/app/fake_wa_test.go:320
MethodCreateGroup
(ctx context.Context, req CreateGroupRequest)
internal/wa/groups.go:21
MethodDB
()
internal/app/app.go:233
MethodDB
()
cmd/wacli/send_test.go:29
MethodDebugf
(msg string, args ...interface{})
internal/wa/logger.go:49
MethodDecryptPollVote
(ctx context.Context, evt *events.Message)
internal/app/fake_wa_test.go:519
MethodDecryptPollVote
DecryptPollVote decrypts an incoming PollUpdateMessage event and returns the SHA-256 hashes of the selected options. The caller is responsible for mat
internal/wa/client.go:481
MethodDecryptReaction
(ctx context.Context, reaction *events.Message)
internal/app/fake_wa_test.go:569
MethodDecryptReaction
(ctx context.Context, reaction *events.Message)
internal/wa/client.go:604
MethodDecryptSecretEncryptedMessage
(ctx context.Context, evt *events.Message)
internal/app/fake_wa_test.go:532
MethodDecryptSecretEncryptedMessage
(ctx context.Context, evt *events.Message)
internal/wa/client.go:491
MethodDeleteChat
(ctx context.Context, jid string)
internal/store/storedb/queries.sql.go:112
MethodDeleteGroup
(ctx context.Context, jid string)
internal/store/storedb/queries.sql.go:121
MethodDeleteHistorySyncMedia
(ctx context.Context, notif *waE2E.HistorySyncNotification)
internal/app/fake_wa_test.go:595
MethodDeleteHistorySyncMedia
(ctx context.Context, notif *waE2E.HistorySyncNotification)
internal/wa/client.go:501
MethodDeleteLeftGroups
(ctx context.Context)
internal/store/storedb/queries.sql.go:139
MethodDeleteLeftGroupsOlderThan
(ctx context.Context, leftAt sql.NullInt64)
internal/store/storedb/queries.sql.go:151
MethodDeleteMessageForMe
(ctx context.Context, info types.MessageInfo, deleteMedia bool)
internal/app/fake_wa_test.go:683
MethodDeleteMessageForMe
(ctx context.Context, info types.MessageInfo, deleteMedia bool)
internal/wa/client.go:542
MethodDeletePoll
(ctx context.Context, arg DeletePollParams)
internal/store/storedb/queries.sql.go:168
MethodDeletePollVote
(ctx context.Context, arg DeletePollVoteParams)
internal/store/storedb/queries.sql.go:185
MethodDialContext
(_ context.Context, _ string, address string)
internal/linkpreview/linkpreview_test.go:197
MethodDownloadHistorySync
(ctx context.Context, notif *waE2E.HistorySyncNotification)
internal/app/fake_wa_test.go:585
MethodDownloadHistorySync
(ctx context.Context, notif *waE2E.HistorySyncNotification)
internal/wa/client.go:632
MethodDownloadMediaToFile
(ctx context.Context, directPath string, encFileHash, fileHash, mediaKey []byte, fileLength uint64, mediaType,
internal/app/fake_wa_test.go:639
MethodDownloadMediaToFile
(ctx context.Context, directPath string, encFileHash, fileHash, mediaKey []byte, fileLength uint64, mediaType,
internal/app/media_panic_test.go:21
MethodDownloadMediaToFile
(ctx context.Context, directPath string, encFileHash, fileHash, mediaKey []byte, fileLength uint64, mediaType,
internal/wa/media.go:63
MethodEditMessage
(ctx context.Context, chat types.JID, targetID types.MessageID, text string)
internal/app/fake_wa_test.go:546
MethodEditMessage
(ctx context.Context, chat types.JID, targetID types.MessageID, text string)
internal/wa/client.go:579
MethodFetchAppState
(ctx context.Context, name string, fullSync, onlyIfNotSynced bool)
internal/app/fake_wa_test.go:715
MethodFetchAppState
(ctx context.Context, name string, fullSync, onlyIfNotSynced bool)
internal/wa/client.go:691
MethodFindPollByMsgID
(ctx context.Context, msgID string)
internal/store/storedb/queries.sql.go:256
MethodFollowNewsletter
(ctx context.Context, jid types.JID)
internal/app/fake_wa_test.go:454
MethodFollowNewsletter
(ctx context.Context, jid types.JID)
internal/wa/newsletters.go:22
MethodGetAllContacts
(ctx context.Context)
internal/app/fake_wa_test.go:288
MethodGetAllContacts
(ctx context.Context)
internal/wa/client.go:735
MethodGetBusinessProfile
(ctx context.Context, jid types.JID)
internal/app/fake_wa_test.go:759
MethodGetBusinessProfile
(ctx context.Context, jid types.JID)
internal/wa/client.go:960
MethodGetChat
(ctx context.Context, jid string)
internal/store/storedb/queries.sql.go:289
MethodGetContact
(jid string)
internal/store/contacts.go:71
MethodGetContact
(ctx context.Context, jid string)
internal/store/storedb/queries.sql.go:327
MethodGetGroupInfo
(_ context.Context, _ types.JID)
cmd/wacli/send_poll_test.go:51
MethodGetGroupInfo
(_ context.Context, _ types.JID)
cmd/wacli/send_test.go:66
MethodGetGroupInviteLink
(ctx context.Context, group types.JID, reset bool)
internal/app/fake_wa_test.go:433
MethodGetGroupInviteLink
(ctx context.Context, group types.JID, reset bool)
internal/wa/groups.go:171
MethodGetGroupRequestParticipants
(ctx context.Context, group types.JID)
internal/app/fake_wa_test.go:421
MethodGetGroupRequestParticipants
(ctx context.Context, group types.JID)
internal/wa/groups.go:140
MethodGetJoinedGroups
(ctx context.Context)
internal/app/fake_wa_test.go:301
MethodGetJoinedGroups
(ctx context.Context)
internal/wa/groups.go:49
MethodGetLatestMessageInfo
(ctx context.Context, chatJid string)
internal/store/storedb/queries.sql.go:358
← previousnext →1,001–1,100 of 1,829, ranked by callers