Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/openclaw/wacli
/ functions
Functions
1,829 in github.com/openclaw/wacli
⨍
Functions
1,829
◇
Types & classes
226
↓ 2 callers
Function
DefaultBaseDir
DefaultBaseDir returns wacli's platform default state root without honoring WACLI_STORE_DIR. Account config lives here so a temporary store override d
internal/config/config.go:58
↓ 2 callers
Method
DeleteCallEvents
(p DeleteCallEventsParams)
internal/store/calls.go:164
↓ 2 callers
Method
DeleteChatsOlderThan
(days int)
internal/store/chats.go:219
↓ 2 callers
Method
DeleteGroup
(jid string)
internal/store/groups.go:150
↓ 2 callers
Method
DeleteGroupLocalData
(jid string)
internal/store/groups.go:158
↓ 2 callers
Method
DeletePollVotesForChat
(ctx context.Context, chatJid string)
internal/store/storedb/queries.sql.go:199
↓ 2 callers
Method
DeletePollsForChat
(ctx context.Context, chatJid string)
internal/store/storedb/queries.sql.go:222
↓ 2 callers
Method
DeleteStarredForChat
(ctx context.Context, chatJid string)
internal/store/storedb/queries.sql.go:231
↓ 2 callers
Method
DialContext
(ctx context.Context, network, address string)
internal/linkpreview/linkpreview.go:107
↓ 2 callers
Method
DialContext
(ctx context.Context, network, address string)
internal/linkpreview/linkpreview.go:110
↓ 2 callers
Method
FetchAppState
(ctx context.Context, name string, fullSync, onlyIfNotSynced bool)
internal/app/app.go:91
↓ 2 callers
Function
FindFirstHTTPURL
(text string)
internal/linkpreview/linkpreview.go:32
↓ 2 callers
Method
FollowNewsletter
(ctx context.Context, jid types.JID)
internal/app/app.go:59
↓ 2 callers
Method
GetBusinessProfile
(ctx context.Context, jid types.JID)
internal/app/app.go:101
↓ 2 callers
Method
GetGroupRequestParticipants
(ctx context.Context, group types.JID)
internal/app/app.go:52
↓ 2 callers
Method
GetLatestMessageInfo
(chatJID string)
internal/store/messages.go:321
↓ 2 callers
Method
GetNewsletterInfo
(ctx context.Context, jid types.JID)
internal/app/app.go:62
↓ 2 callers
Method
GetNewsletterInfoWithInvite
(ctx context.Context, key string)
internal/app/app.go:58
↓ 2 callers
Method
GetProfilePictureInfo
(ctx context.Context, jid types.JID, preview bool, existingID string)
internal/app/app.go:98
↓ 2 callers
Method
GetUserInfo
(ctx context.Context, jids []types.JID)
internal/app/app.go:39
↓ 2 callers
Method
JoinGroupWithLink
(ctx context.Context, code string)
internal/app/app.go:55
↓ 2 callers
Method
LeaveGroup
(ctx context.Context, group types.JID)
internal/app/app.go:56
↓ 2 callers
Method
ListLeftGroups
()
internal/store/groups.go:192
↓ 2 callers
Method
Logout
(ctx context.Context)
internal/app/app.go:93
↓ 2 callers
Function
LooksLikePhone
(input string)
internal/resolve/resolve.go:40
↓ 2 callers
Method
MarkMessageDeletedForMePreserveMedia
(chatJID, msgID string)
internal/store/messages.go:167
↓ 2 callers
Function
MaxStaleThreshold
MaxStaleThreshold returns the exclusive upper bound for keepalive-failure thresholds. It reserves one maximum keepalive probe interval plus response d
internal/app/sync.go:25
↓ 2 callers
Method
MuteChat
(context.Context, types.JID, bool, time.Duration)
cmd/wacli/chats_state.go:113
↓ 2 callers
Function
NewSafeHTTPClient
()
internal/linkpreview/linkpreview.go:75
↓ 2 callers
Function
NormalizePhone
(input string)
internal/resolve/resolve.go:59
↓ 2 callers
Function
PhoneToName
(contacts []Contact)
internal/syscontacts/syscontacts.go:58
↓ 2 callers
Function
ReadHeartbeat
ReadHeartbeat reads the last heartbeat timestamp from the store directory. Returns zero time if the file does not exist or cannot be parsed.
internal/app/heartbeat.go:43
↓ 2 callers
Method
RemoveAlias
(jid string)
internal/store/contacts.go:138
↓ 2 callers
Method
RemoveTag
(jid, tag string)
internal/store/contacts.go:150
↓ 2 callers
Method
ResolveLIDToPN
(context.Context, types.JID)
cmd/wacli/messages_helpers.go:68
↓ 2 callers
Method
ResolveMediaOutputPath
(info store.MediaDownloadInfo, requested string)
internal/app/media.go:24
↓ 2 callers
Method
RevokeMessage
(ctx context.Context, chat types.JID, targetID types.MessageID)
internal/app/app.go:72
↓ 2 callers
Function
SanitizeBody
(s string)
internal/out/sanitize.go:41
↓ 2 callers
Function
SanitizeHuman
(s string)
internal/out/sanitize.go:8
↓ 2 callers
Method
SendPollVote
(ctx context.Context, pollInfo *types.MessageInfo, options []string)
cmd/wacli/poll_cmd.go:43
↓ 2 callers
Method
SendReaction
(ctx context.Context, chat, sender types.JID, targetID types.MessageID, reaction string)
internal/app/app.go:67
↓ 2 callers
Method
SetAutoReconnect
(enabled bool)
internal/app/app.go:29
↓ 2 callers
Method
SetGroupAnnounce
(ctx context.Context, jid types.JID, announce bool)
internal/app/app.go:49
↓ 2 callers
Method
SetGroupLocked
(ctx context.Context, jid types.JID, locked bool)
internal/app/app.go:50
↓ 2 callers
Method
SetGroupName
(ctx context.Context, jid types.JID, name string)
internal/app/app.go:47
↓ 2 callers
Method
SetGroupTopic
(ctx context.Context, jid types.JID, topic string)
internal/app/app.go:48
↓ 2 callers
Method
SetProfilePicture
(ctx context.Context, avatar []byte)
internal/app/app.go:97
↓ 2 callers
Method
SetStatusMessage
(ctx context.Context, msg string)
internal/app/app.go:99
↓ 2 callers
Method
SetSystemName
(jid, systemName string)
internal/store/contacts.go:82
↓ 2 callers
Method
UnfollowNewsletter
(ctx context.Context, jid types.JID)
internal/app/app.go:60
↓ 2 callers
Method
UpdateGroupParticipants
(ctx context.Context, group types.JID, users []types.JID, action wa.GroupParticipantAction)
internal/app/app.go:51
↓ 2 callers
Method
UpdateGroupRequestParticipants
(ctx context.Context, group types.JID, users []types.JID, action wa.GroupParticipantRequestAction)
internal/app/app.go:53
↓ 2 callers
Method
UploadNewsletter
(ctx context.Context, data []byte, mediaType whatsmeow.MediaType)
internal/app/app.go:80
↓ 2 callers
Method
WriteAt
(p []byte, off int64)
internal/wa/media.go:330
↓ 2 callers
Function
addAuthFlags
(cmd *cobra.Command, opts *authOptions)
cmd/wacli/auth.go:64
↓ 2 callers
Function
aggregatePollVotes
(options []string, votes []store.PollVote)
cmd/wacli/poll_cmd.go:481
↓ 2 callers
Function
appendNativeFlowButtons
(pm *ParsedMessage, im *waProto.InteractiveMessage)
internal/wa/messages_business.go:169
↓ 2 callers
Function
applyDeviceSentDestination
(destination string, pm *ParsedMessage)
internal/wa/messages.go:190
↓ 2 callers
Function
applyMessageFilters
(query string, args []interface{}, p SearchMessagesParams)
internal/store/search.go:109
↓ 2 callers
Function
applyProtocolKey
(key *waProto.MessageKey, pm *ParsedMessage)
internal/wa/messages.go:225
↓ 2 callers
Function
assertNoAuthSQLiteSidecars
(t *testing.T, path string)
cmd/wacli/auth_test.go:159
↓ 2 callers
Function
assertNoSQLiteSidecars
(t *testing.T, path string)
internal/store/db_test.go:133
↓ 2 callers
Function
attachSendFileReplyContext
(msg *waProto.Message, info *waProto.ContextInfo)
cmd/wacli/send_file.go:317
↓ 2 callers
Function
audioVideo
(isVideo bool)
internal/wa/calls.go:281
↓ 2 callers
Function
authQRWriter
(format string, stdout, stderr io.Writer, events *out.EventWriter)
cmd/wacli/auth.go:163
↓ 2 callers
Function
buildDeleteForMePatch
(info types.MessageInfo, deleteMedia bool)
internal/wa/client.go:555
↓ 2 callers
Function
buildForwardedTextMessage
(text string, forwardingScore uint32)
cmd/wacli/messages.go:1132
↓ 2 callers
Function
buildPollCreationMessage
(name string, optionNames []string, selectableOptionCount int, toAnnouncementGroup bool)
internal/wa/client.go:338
↓ 2 callers
Function
buildPollVoteInfoForChats
(ctx context.Context, a *app.App, chat types.JID, chatJIDs []string, pollMsgID, senderOverride string)
cmd/wacli/poll_cmd.go:202
↓ 2 callers
Function
buildStatusTextMessage
(text string, opts statusTextOptions)
cmd/wacli/send_status_cmd.go:148
↓ 2 callers
Function
callLogMessageOutcome
(v waProto.CallLogMessage_CallOutcome)
internal/wa/calls.go:317
↓ 2 callers
Function
callLogRecordResult
(v waSyncAction.CallLogRecord_CallResult)
internal/wa/calls.go:325
↓ 2 callers
Function
canonicalCLIJID
(jid types.JID)
cmd/wacli/groups_persist.go:8
↓ 2 callers
Function
captureRootStderr
(t *testing.T, fn func())
cmd/wacli/root_test.go:16
↓ 2 callers
Function
cell
(page, dir)
scripts/build-docs-site.mjs:373
↓ 2 callers
Function
contactsArrayDisplayText
(contacts *waProto.ContactsArrayMessage)
internal/wa/messages_contacts.go:31
↓ 2 callers
Function
contains
(s, sub string)
internal/app/sync_polls_test.go:689
↓ 2 callers
Function
contextWithTestTimeout
(t *testing.T)
cmd/wacli/presence_test.go:379
↓ 2 callers
Method
currentSyncStatus
()
internal/app/sync_status.go:53
↓ 2 callers
Function
decodePollOptionsJSON
(raw string)
internal/store/lid_migration.go:376
↓ 2 callers
Method
decryptEncryptedReaction
(ctx context.Context, pm *wa.ParsedMessage, msg *events.Message)
internal/app/sync_events.go:565
↓ 2 callers
Method
detectMessagesFTS
()
internal/store/db.go:124
↓ 2 callers
Function
detectSendFileMIME
(filePath, mimeOverride string, data []byte)
cmd/wacli/send_file.go:349
↓ 2 callers
Function
directMediaKeys
(mediaKey []byte, appInfo whatsmeow.MediaType)
internal/wa/media.go:293
↓ 2 callers
Function
directionFromIncoming
(incoming bool)
internal/wa/calls.go:274
↓ 2 callers
Function
displayTextForProto
(m *waProto.Message)
internal/wa/messages_context.go:71
↓ 2 callers
Function
doctorConnectionState
(authed, connected, lockHeld, connect bool)
cmd/wacli/doctor.go:35
↓ 2 callers
Function
doctorStoreStatsFromStoreStats
(stats store.StoreStats)
cmd/wacli/doctor.go:92
↓ 2 callers
Method
downloadMediaJob
(ctx context.Context, job mediaJob)
internal/app/media.go:140
↓ 2 callers
Method
emitSyncProgress
(total int64)
internal/app/sync_events.go:551
↓ 2 callers
Function
emptyUnknown
(s string)
cmd/wacli/calls.go:140
↓ 2 callers
Function
escapeSequenceLen
(s string)
internal/out/sanitize.go:66
↓ 2 callers
Function
extractWAProto
(m *waProto.Message, pm *ParsedMessage)
internal/wa/messages.go:141
↓ 2 callers
Function
fetchLinkPreview
(ctx context.Context, text string, disabled bool)
cmd/wacli/send.go:335
↓ 2 callers
Function
formatCandidate
(c resolve.Candidate)
cmd/wacli/recipient.go:105
↓ 2 callers
Function
forwardedContextInfo
(forwardingScore uint32)
cmd/wacli/messages.go:1141
↓ 2 callers
Function
fullTableOutputWithTTY
(forceFull, tty bool)
cmd/wacli/helpers.go:62
↓ 2 callers
Function
getMessageContextByChatFilter
(db *store.DB, chatJIDs []string, id string, before, after int)
cmd/wacli/messages_helpers.go:160
↓ 2 callers
Function
getPollForShow
(ctx context.Context, a *app.App, chat types.JID, msgID string)
cmd/wacli/poll_cmd.go:461
↓ 2 callers
Function
groupKindLabel
(isParent bool, linkedParentJID string)
cmd/wacli/groups_persist.go:46
← previous
next →
401–500 of 1,829, ranked by callers