Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axiom-org/axiom
/ functions
Functions
241 in github.com/axiom-org/axiom
⨍
Functions
241
◇
Types & classes
54
↓ 33 callers
Method
push
(item: T)
api/src/Sequence.ts:13
↓ 17 callers
Method
getPublicKey
()
api/src/KeyPair.ts:257
↓ 13 callers
Method
destroy
()
api/src/BasicPeer.ts:28
↓ 13 callers
Method
join
(channel: string)
api/src/Node.ts:532
↓ 12 callers
Method
sendMessage
(message: Message)
api/src/Peer.ts:256
↓ 12 callers
Method
toRule
()
cli/src/Filter.test.ts:8
↓ 11 callers
Method
log
(...args: any[])
cli/src/PeerServer.ts:118
↓ 9 callers
Method
fromSerialized
(s: string)
api/src/KeyPair.ts:145
↓ 9 callers
Method
isValidHexString
(key: string)
api/src/KeyPair.ts:216
↓ 9 callers
Method
toString
()
api/src/AxiomObject.ts:44
↓ 8 callers
Method
find
(query: Query)
api/src/Database.ts:567
↓ 8 callers
Method
fromSigning
( message: Message, keyPair: KeyPair, signature?: string )
api/src/SignedMessage.ts:30
↓ 8 callers
Method
log
(...args: any[])
api/src/Database.ts:88
↓ 8 callers
Method
log
(...args: any[])
api/src/Node.ts:111
↓ 8 callers
Method
serialize
()
api/src/KeyPair.ts:174
↓ 7 callers
Method
decodePublicKey
(input: string)
api/src/KeyPair.ts:225
↓ 6 callers
Method
connect
(signals: Sequence<object>)
api/src/Peer.ts:174
↓ 6 callers
Method
create
(data: any, name?: string)
api/src/Database.ts:450
↓ 6 callers
Method
fromRandom
()
api/src/KeyPair.ts:151
↓ 6 callers
Method
sign
(s: string)
api/src/KeyPair.ts:183
↓ 6 callers
Method
update
(name: string, data: any)
api/src/Database.ts:471
↓ 6 callers
Method
verifySignature
( publicKey: string, message: string, signature: string )
api/src/KeyPair.ts:191
↓ 6 callers
Method
wrap
(p: Promise<T>)
api/src/Database.ts:78
↓ 5 callers
Method
documentToSignedMessage
(doc: any)
api/src/Database.ts:325
↓ 5 callers
Method
end
(name: string)
api/src/TimeTracker.ts:29
↓ 5 callers
Method
getPeers
()
api/src/Node.ts:696
↓ 5 callers
Method
handleDatabaseWrite
(sm: SignedMessage, batch: boolean)
api/src/Database.ts:147
↓ 5 callers
Method
log
(...args: any[])
api/src/Peer.ts:186
↓ 5 callers
Method
verify
()
api/src/SignedMessage.ts:61
↓ 5 callers
Method
waitUntilConnected
()
api/src/Peer.ts:313
↓ 4 callers
Method
addPeer
(peer: Peer)
api/src/Node.ts:642
↓ 4 callers
Method
close
()
cli/src/PeerServer.ts:160
↓ 4 callers
Method
forEach
(callback: (t: T) => void)
api/src/Sequence.ts:23
↓ 4 callers
Method
fromSecretPhrase
(phrase: string)
api/src/KeyPair.ts:157
↓ 4 callers
Method
send
(data: any)
api/src/BasicPeer.ts:27
↓ 4 callers
Method
signedMessageToObject
(sm: SignedMessage)
api/src/Database.ts:303
↓ 4 callers
Method
start
()
api/src/TimeTracker.ts:21
↓ 4 callers
Method
statusLine
()
api/src/Node.ts:123
↓ 3 callers
Function
base64Decode
(s: string)
api/src/KeyPair.ts:16
↓ 3 callers
Method
destroy
()
api/src/Peer.ts:304
↓ 3 callers
Method
findDocs
(query: Query, includeDeleted: boolean)
api/src/Database.ts:547
↓ 3 callers
Method
finish
()
api/src/Sequence.ts:35
↓ 3 callers
Method
getKeyPair
()
api/src/Channel.ts:62
↓ 3 callers
Method
handlePeerClose
(peer: Peer)
api/src/Node.ts:620
↓ 3 callers
Method
handlePublish
(sm: SignedMessage)
api/src/Node.ts:509
↓ 3 callers
Method
humanID
()
api/src/Peer.ts:159
↓ 3 callers
Method
onClose
(callback: () => void)
api/src/BasicPeer.ts:21
↓ 3 callers
Method
onConnect
(callback: () => void)
api/src/Peer.ts:192
↓ 3 callers
Method
onMessage
(callback: (m: Message) => void)
api/src/Peer.ts:300
↓ 3 callers
Method
sendToChannel
(channel: string, message: Message)
api/src/Node.ts:252
↓ 3 callers
Method
signal
(sig: any)
api/src/BasicPeer.ts:26
↓ 2 callers
Function
base64Encode
(bytes: Uint8Array)
api/src/KeyPair.ts:25
↓ 2 callers
Method
bootstrap
()
api/src/Node.ts:199
↓ 2 callers
Method
clear
()
api/src/IntervalTimer.ts:2
↓ 2 callers
Method
connectToPeer
( publicKey: string, intermediary: Peer, initiator: boolean, nonce: string )
api/src/Node.ts:277
↓ 2 callers
Method
connectToServer
(url: string)
api/src/Node.ts:330
↓ 2 callers
Method
decrypt
( password: string, iv: string, salt: string, ciphertext: string )
api/src/Cipher.ts:45
↓ 2 callers
Method
encodePublicKey
(key: Uint8Array)
api/src/KeyPair.ts:249
↓ 2 callers
Function
forgeHash
(bytes: Uint8Array)
api/src/KeyPair.ts:63
↓ 2 callers
Method
forget
(owner: string, name: string)
api/src/Database.ts:510
↓ 2 callers
Method
forwardToChannel
(channel: string, sm: SignedMessage)
api/src/Node.ts:525
↓ 2 callers
Method
fromPrivateKey
(priv: string)
api/src/KeyPair.ts:123
↓ 2 callers
Method
getChannelMembers
(channel: string)
api/src/Node.ts:232
↓ 2 callers
Method
getDocument
(owner: string, name: string)
api/src/Database.ts:493
↓ 2 callers
Method
getMembers
()
api/src/MemberSet.ts:63
↓ 2 callers
Method
getPendingPeers
()
api/src/Node.ts:704
↓ 2 callers
Method
getPrivateKey
()
api/src/KeyPair.ts:262
↓ 2 callers
Function
getVersion
()
cli/src/Util.ts:4
↓ 2 callers
Method
handleJoin
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:491
↓ 2 callers
Method
handleSerializedForward
(intermediary: Peer, serialized: string)
api/src/Node.ts:459
↓ 2 callers
Method
handleSignedMessage
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:550
↓ 2 callers
Function
hexChecksum
(bytes: Uint8Array)
api/src/KeyPair.ts:75
↓ 2 callers
Method
indexPeer
(peer: Peer)
api/src/Node.ts:262
↓ 2 callers
Method
isConnected
()
api/src/BasicPeer.ts:29
↓ 2 callers
Method
isConnected
()
api/src/Peer.ts:309
↓ 2 callers
Method
isNew
(sm: SignedMessage)
api/src/Subscription.ts:14
↓ 2 callers
Method
keyFromPassword
(password: string, salt: string)
api/src/Cipher.ts:6
↓ 2 callers
Method
loadFile
(filename: string)
cli/src/Filter.ts:124
↓ 2 callers
Method
makeURL
(index: number)
api/src/MockPeerServer.ts:10
↓ 2 callers
Method
onConnect
(callback: () => void)
api/src/BasicPeer.ts:22
↓ 2 callers
Method
onError
(callback: (error: Error) => void)
api/src/BasicPeer.ts:24
↓ 2 callers
Method
onPeer
(callback: (p: Peer) => void)
cli/src/PeerServer.ts:138
↓ 2 callers
Method
onSignedMessage
(callback: (sm: SignedMessage) => void)
api/src/Peer.ts:265
↓ 2 callers
Method
peerKeys
()
api/src/Node.ts:184
↓ 2 callers
Method
ping
()
api/src/Peer.ts:212
↓ 2 callers
Function
pluralize
(num: number, phrase: string)
cli/src/Filter.ts:88
↓ 2 callers
Method
responseForQuery
(m: Message)
api/src/Database.ts:418
↓ 2 callers
Function
shorten
(s: string)
api/src/KeyPair.ts:51
↓ 2 callers
Method
signedMessageToDocument
(sm: SignedMessage)
api/src/Database.ts:273
↓ 2 callers
Function
sleep
(ms: number)
cli/src/CLI.ts:11
↓ 2 callers
Method
status
()
cli/src/PeerServer.ts:124
↓ 1 callers
Method
accept
(database: Database, obj: AxiomObject)
cli/src/Filter.ts:149
↓ 1 callers
Method
activate
(database: Database)
cli/src/Filter.ts:166
↓ 1 callers
Method
addRule
(rule: Rule)
cli/src/Filter.ts:110
↓ 1 callers
Method
allSignedMessages
()
api/src/Database.ts:120
↓ 1 callers
Method
applyFilter
(filterer: (obj: AxiomObject) => boolean)
api/src/Database.ts:100
↓ 1 callers
Method
channel
(name: string, prefix?: string)
api/src/Node.ts:739
↓ 1 callers
Method
connectNode
(node: Axiom)
cli/src/PeerServer.ts:146
↓ 1 callers
Method
connectToPeer
(existingPeer: Peer)
api/src/MockPeerServer.ts:40
↓ 1 callers
Function
createBasicPeer
(initiator: boolean)
api/src/BasicPeer.ts:223
next →
1–100 of 241, ranked by callers