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
↓ 1 callers
Function
createIntervalTimer
(callback: () => void, interval: number)
api/src/IntervalTimer.ts:40
↓ 1 callers
Method
database
(name: string)
api/src/Channel.ts:74
↓ 1 callers
Method
delete
(name: string)
api/src/Database.ts:527
↓ 1 callers
Method
documentToObject
(doc: any)
api/src/Database.ts:360
↓ 1 callers
Method
encrypt
( password: string, iv: string, salt: string, plaintext: string )
api/src/Cipher.ts:23
↓ 1 callers
Method
findNode
(publicKey: string)
api/src/Peer.ts:246
↓ 1 callers
Method
fromPlain
(j: any)
api/src/KeyPair.ts:130
↓ 1 callers
Method
getChannel
(name: string)
api/src/Node.ts:747
↓ 1 callers
Method
getChannelPeers
(channel: string)
api/src/Node.ts:240
↓ 1 callers
Method
getDatabase
(name: string)
api/src/Channel.ts:70
↓ 1 callers
Method
getJoinMessages
()
api/src/MemberSet.ts:51
↓ 1 callers
Method
handleDataset
(peer: Peer, sm: SignedMessage)
api/src/Database.ts:205
↓ 1 callers
Method
handleFindNode
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:358
↓ 1 callers
Method
handleForward
(intermediary: Peer, sm: SignedMessage)
api/src/Node.ts:444
↓ 1 callers
Method
handleForwardedSignal
(intermediary: Peer, nested: SignedMessage)
api/src/Node.ts:406
↓ 1 callers
Method
handleNeighbors
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:386
↓ 1 callers
Method
handleNewPeer
(peer: Peer)
api/src/Channel.ts:45
↓ 1 callers
Method
handlePing
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:352
↓ 1 callers
Method
handlePong
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:356
↓ 1 callers
Method
handleQuery
(peer: Peer, m: Message)
api/src/Database.ts:441
↓ 1 callers
Method
handleSignal
(peer: Peer, sm: SignedMessage)
api/src/Node.ts:394
↓ 1 callers
Method
handleTick
()
api/src/Node.ts:157
↓ 1 callers
Function
hexDecode
(s: string)
api/src/KeyPair.ts:31
↓ 1 callers
Function
hexEncode
(bytes: Uint8Array)
api/src/KeyPair.ts:56
↓ 1 callers
Function
host
( filterFile?: string, hostingDir?: string, verbose?: boolean )
cli/src/CLI.ts:32
↓ 1 callers
Method
inactive
()
api/src/Peer.ts:219
↓ 1 callers
Method
isDestroyed
()
api/src/BasicPeer.ts:30
↓ 1 callers
Function
isFile
(filename: string)
cli/src/FileUtil.ts:11
↓ 1 callers
Method
isValidPublicKey
(key: string)
api/src/KeyPair.ts:206
↓ 1 callers
Function
main
()
cli/src/CLI.ts:66
↓ 1 callers
Method
makeBootstrap
(n: number)
api/src/MockPeerServer.ts:14
↓ 1 callers
Method
makeIV
()
api/src/Cipher.ts:12
↓ 1 callers
Method
makeSalt
()
api/src/Cipher.ts:17
↓ 1 callers
Method
makeServers
(bootstrap: string[])
api/src/MockPeerServer.ts:22
↓ 1 callers
Method
match
(obj: AxiomObject)
cli/src/Filter.ts:61
↓ 1 callers
Method
onClose
(callback: () => void)
api/src/Peer.ts:204
↓ 1 callers
Method
onData
(callback: (data: any) => void)
api/src/BasicPeer.ts:23
↓ 1 callers
Method
onData
(callback: (data: any) => void)
api/src/Peer.ts:196
↓ 1 callers
Method
onNextMessage
(callback: (sm: SignedMessage) => void)
api/src/Node.ts:208
↓ 1 callers
Method
onSignal
(callback: (sig: any) => void)
api/src/BasicPeer.ts:25
↓ 1 callers
Method
plain
()
api/src/KeyPair.ts:166
↓ 1 callers
Function
randomName
()
api/src/Database.ts:15
↓ 1 callers
Function
scan
(channel?: string, verbose?: boolean)
cli/src/CLI.ts:15
↓ 1 callers
Method
sendData
(data: any)
api/src/Peer.ts:208
↓ 1 callers
Method
serialize
()
api/src/SignedMessage.ts:57
↓ 1 callers
Method
serialize
()
api/src/Message.ts:20
↓ 1 callers
Method
setFilter
(filterer: (obj: AxiomObject) => boolean)
api/src/Database.ts:94
↓ 1 callers
Function
sha512_256
(inputBytes: Uint8Array)
api/src/KeyPair.ts:82
↓ 1 callers
Function
sign
(a: bigint)
api/src/TimeTracker.ts:6
↓ 1 callers
Method
signal
(s: object)
api/src/Peer.ts:180
↓ 1 callers
Method
statusLines
()
api/src/Node.ts:135
↓ 1 callers
Method
useFilter
(filterer: (obj: AxiomObject) => boolean)
api/src/Database.ts:107
↓ 1 callers
Function
useMockBasicPeer
()
api/src/BasicPeer.ts:227
↓ 1 callers
Function
useMockIntervalTimer
()
api/src/IntervalTimer.ts:44
↓ 1 callers
Function
useRealIntervalTimer
()
api/src/IntervalTimer.ts:49
↓ 1 callers
Function
useWebRTCBasicPeer
()
api/src/BasicPeer.ts:231
↓ 1 callers
Method
waitForMessage
()
api/src/Node.ts:217
Method
clear
()
api/src/IntervalTimer.ts:12
Method
clear
()
api/src/IntervalTimer.ts:27
Method
clear
()
api/src/BasicPeer.ts:107
Method
clear
()
api/src/Database.ts:520
Method
connectToServer
( keyPair: KeyPair, url: string, verbose: boolean )
api/src/Peer.ts:58
Method
constructor
(json: any)
cli/src/HostingConfig.ts:18
Method
constructor
(line: string)
cli/src/Filter.ts:23
Method
constructor
(verbose?: boolean)
cli/src/Filter.ts:103
Method
constructor
(keyPair: KeyPair, port: number, verbose: boolean)
cli/src/PeerServer.ts:20
Method
constructor
(callback: () => void, interval: number)
api/src/IntervalTimer.ts:8
Method
constructor
(callback: () => void, interval: number)
api/src/IntervalTimer.ts:22
Method
constructor
(args: { message: Message; messageString: string; signer: string; signature: string; verif
api/src/SignedMessage.ts:15
Method
constructor
()
api/src/MemberSet.ts:16
Method
constructor
(initiator: boolean)
api/src/BasicPeer.ts:36
Method
constructor
(initiator: boolean)
api/src/BasicPeer.ts:111
Method
constructor
(node: Node)
api/src/MockPeerServer.ts:31
Method
constructor
(publicKey: Uint8Array, privateKey: Uint8Array)
api/src/KeyPair.ts:96
Method
constructor
()
api/src/Sequence.ts:8
Method
constructor
(metadata: Metadata, data: any)
api/src/AxiomObject.ts:31
Method
constructor
(name: string, channel: Channel, node?: Node, prefix?: string)
api/src/Database.ts:54
Method
constructor
(name: string, node: Node, prefix?: string)
api/src/Channel.ts:23
Method
constructor
(type: string, properties: any = {})
api/src/Message.ts:9
Method
constructor
(name: string)
api/src/NetworkConfig.ts:11
Method
constructor
(options?: { network?: string; keyPair?: KeyPair; bootstrap?: string[]; verbose?: boolean; }
api/src/Node.ts:67
Method
constructor
(channel: string, callback: (sender: string, data: any) => void)
api/src/Subscription.ts:8
Method
constructor
(options: { keyPair?: KeyPair; peerPublicKey?: string; initiator?: boolean; verbose?: boolean;
api/src/Peer.ts:118
Method
createIndex
(blob: any)
api/src/Database.ts:542
Method
destroy
()
api/src/BasicPeer.ts:83
Method
destroy
()
api/src/BasicPeer.ts:194
Method
destroy
()
api/src/MockPeerServer.ts:47
Method
destroy
()
api/src/Node.ts:751
Method
forget
()
api/src/AxiomObject.ts:40
Method
fromFile
(filename: string)
cli/src/HostingConfig.ts:24
Method
fromSerialized
(serialized: any, skipVerify: boolean)
api/src/SignedMessage.ts:85
Method
fromSerialized
(serialized: string)
api/src/Message.ts:24
Method
handleJoin
(sm: SignedMessage)
api/src/MemberSet.ts:39
Method
handleLeave
(publicKey: string)
api/src/MemberSet.ts:34
Method
handleNewPeer
(peer: Peer)
api/src/Database.ts:385
Method
handlePublish
(sm: SignedMessage)
api/src/Subscription.ts:19
Method
handleSignedMessage
(peer: Peer, sm: SignedMessage)
api/src/Database.ts:249
Method
handleSignedMessage
(peer: Peer, sm: SignedMessage)
api/src/Channel.ts:35
Method
handleTick
()
api/src/MemberSet.ts:20
Method
handleTick
()
api/src/Peer.ts:233
← previous
next →
101–200 of 241, ranked by callers