MCPcopy Create free account

hub / github.com/cartesiancs/landlink / functions

Functions1,058 in github.com/cartesiancs/landlink

↓ 1 callersFunctiondropOldestIfFull
()
src/entities/landlink-device/model/retry-tracker.ts:73
↓ 1 callersFunctioned25519_verify
firmware/src/features/ota/ota.cpp:64
↓ 1 callersFunctionefuse_mac
firmware/src/hal/storage/storage.cpp:47
↓ 1 callersFunctionemit
()
src/entities/position-track/model/store.ts:22
↓ 1 callersFunctionemit
()
src/entities/meshtastic-pki/model/store.ts:95
↓ 1 callersFunctionemit
()
src/entities/registered-device/model/primary-store.ts:30
↓ 1 callersFunctionemit
()
src/entities/registered-device/model/active-device.ts:34
↓ 1 callersFunctionemit_landlink_ts
(spec: dict)
firmware/tools/gen_protocol.py:132
↓ 1 callersFunctionemit_opcodes_h
(spec: dict)
firmware/tools/gen_protocol.py:57
↓ 1 callersFunctionemit_recv_event
firmware/src/features/mesh_chat/mesh_chat.cpp:59
↓ 1 callersFunctionemit_tlv_h
(spec: dict)
firmware/tools/gen_protocol.py:97
↓ 1 callersFunctionemit_uuids_ts
(spec: dict)
firmware/tools/gen_protocol.py:115
↓ 1 callersFunctionenable_gps
firmware/src/hal/pmu/pmu.cpp:127
↓ 1 callersFunctionencodeChannelSet
(channel: Channel)
src/entities/meshtastic-channel/lib/meshtastic-url.ts:70
↓ 1 callersFunctionencodeChannelSettings
(channel: Channel)
src/entities/meshtastic-channel/lib/meshtastic-url.ts:58
↓ 1 callersFunctionencodeFrame
(op: OpcodeValue, seq: number, payload: Uint8Array)
src/shared/protocol/landlink.ts:169
↓ 1 callersFunctionencodeTlvs
(tlvs: readonly Tlv[])
src/shared/protocol/landlink.ts:189
↓ 1 callersFunctionencode_data_with_request_id
firmware/src/mesh/meshtastic/data_pb.cpp:111
↓ 1 callersFunctionencode_position
firmware/src/mesh/meshtastic/data_pb.cpp:239
↓ 1 callersFunctionencode_user
firmware/src/mesh/meshtastic/data_pb.cpp:168
↓ 1 callersFunctionencrypt
firmware/src/mesh/crypto/aes_ccm.cpp:20
↓ 1 callersFunctionensureNativeInitialized
()
src/shared/api/ble.ts:69
↓ 1 callersMethodeof
()
src/shared/protocol/meshtastic/protobuf.ts:32
↓ 1 callersFunctionerase_at
firmware/src/transport/lora/mac.cpp:130
↓ 1 callersFunctionevt_subscribed
firmware/src/transport/ble/gatt_server.cpp:206
↓ 1 callersFunctionfallbackPrompt
( adapter: "meshtastic" | "landlink", reason: "timeout" | "unknown", )
src/features/send-mesh-message/ui/peer-dm-drawer.tsx:26
↓ 1 callersFunctionfallbackPrompt
( adapter: "meshtastic" | "landlink", reason: "timeout" | "unknown", )
src/features/send-mesh-message/ui/send-mesh-form.tsx:23
↓ 1 callersFunctionfetchFirmwareReleases
( signal?: AbortSignal, )
src/entities/firmware-release/api/manifest.ts:72
↓ 1 callersFunctionfindChannel
( channels: readonly Channel[] | null, index: number, )
src/entities/meshtastic-channel/model/use-channels.ts:37
↓ 1 callersFunctionfind_or_evict
firmware/src/features/lora_pairing/lora_pairing.cpp:62
↓ 1 callersFunctionflags
firmware/src/app/fsm/fsm.cpp:76
↓ 1 callersFunctionflashRelease
( handle: FlasherHandle, release: FirmwareRelease, onProgress: (progress: FlashProgress) => void, )
src/features/firmware-flash/api/esptool-client.ts:113
↓ 1 callersFunctionflush_now
firmware/src/features/pki_keystore/pki_keystore.cpp:102
↓ 1 callersFunctionflush_pending
firmware/src/features/pki_keystore/pki_keystore.cpp:197
↓ 1 callersFunctionformatErrorCode
(code: number | null)
src/entities/landlink-device/api/channel.ts:33
↓ 1 callersFunctionformatMoney
(value: number)
src/pages/landlink-module-i-buy/ui/desktop-price-banner.tsx:8
↓ 1 callersFunctionformatMoney
(value: number)
src/pages/landlink-module-i-buy/ui/mobile-price-footer.tsx:8
↓ 1 callersFunctionformatMoney
(value: number)
src/pages/landlink-module-i-buy/ui/landlink-module-i-buy-page.tsx:13
↓ 1 callersFunctionformatPriceDelta
(priceDelta: number)
src/pages/landlink-module-i-buy/ui/spec-option-card.tsx:11
↓ 1 callersFunctionformatReleasedAt
(iso: string)
src/pages/landlink-firmware/lib/format.ts:8
↓ 1 callersFunctionformatSize
(bytes: number)
src/pages/landlink-firmware/lib/format.ts:1
↓ 1 callersFunctionformat_identity
firmware/src/features/mesh_identity/mesh_identity.cpp:41
↓ 1 callersFunctionfresh_extra_nonce
firmware/src/mesh/crypto/pki.cpp:69
↓ 1 callersFunctiongeneratePsk
()
src/entities/meshtastic-channel/lib/generate-psk.ts:5
↓ 1 callersFunctiongetPublicKeys
()
src/entities/meshtastic-pki/model/store.ts:127
↓ 1 callersFunctiongetStorage
()
src/features/reset-app-data/model/reset-app-data.ts:10
↓ 1 callersFunctionget_blob
firmware/test/test_channel_registry/test_main.cpp:53
↓ 1 callersFunctiongroupMessages
(messages: readonly MeshMessage[])
src/widgets/mesh-message-feed/ui/mesh-message-feed.tsx:17
↓ 1 callersFunctionhandleClose
()
src/widgets/navigation-sidebar/ui/navigation-sidebar.tsx:76
↓ 1 callersFunctionhandleConfirm
()
src/features/reset-app-data/ui/reset-app-data-button.tsx:26
↓ 1 callersFunctionhandleExitEnd
(exitedKey: string)
src/shared/ui/slide-switch.tsx:99
↓ 1 callersFunctionhandleSubmit
(e: FormEvent<HTMLFormElement>)
src/features/send-mesh-message/ui/peer-dm-drawer.tsx:129
↓ 1 callersFunctionhandleSubmit
(e: FormEvent<HTMLFormElement>)
src/features/send-mesh-message/ui/send-mesh-form.tsx:98
↓ 1 callersFunctionhandleTimeout
(bleSeq: number)
src/entities/landlink-device/model/retry-tracker.ts:129
↓ 1 callersFunctionhexToBytes
(hex: string)
src/entities/meshtastic-pki/model/store.ts:27
↓ 1 callersFunctionhydrate
()
src/entities/meshtastic-channel/model/store.ts:54
↓ 1 callersFunctioninit
firmware/test/test_channel_registry/test_main.cpp:38
↓ 1 callersFunctioninit_axp192
firmware/src/hal/pmu/pmu.cpp:61
↓ 1 callersFunctioninit_axp2101
firmware/src/hal/pmu/pmu.cpp:26
↓ 1 callersFunctioninstallViewTransitionFlag
()
src/shared/lib/install-view-transition-flag.ts:16
↓ 1 callersFunctionisAppActive
()
src/shared/lib/app-state.ts:33
↓ 1 callersFunctionisCanonicalNodeHex
(s: unknown)
src/shared/lib/node-id.ts:42
↓ 1 callersFunctionisExplicitNav
(state: unknown)
src/app/layout/home-redirect-guard.tsx:7
↓ 1 callersFunctionisNativeUserCancellation
(err: unknown)
src/shared/api/ble.ts:109
↓ 1 callersFunctionisOverlayOpen
()
src/shared/lib/overlay-flag.ts:30
↓ 1 callersFunctionisStepPath
(pathname: string)
src/app/layout/app-layout.tsx:54
↓ 1 callersFunctionisThreadMessage
(m: MeshMessage)
src/entities/dm-thread/model/use-dm-messages.ts:45
↓ 1 callersFunctionisUserCancellation
(err: unknown)
src/features/firmware-flash/api/esptool-client.ts:48
↓ 1 callersFunctionisWebSerialSupported
()
src/features/firmware-flash/lib/web-serial-supported.ts:3
↓ 1 callersFunctionisWebUserCancellation
(err: unknown)
src/shared/api/ble.ts:102
↓ 1 callersFunctionis_battery_present
firmware/src/hal/pmu/pmu.cpp:165
↓ 1 callersFunctionis_charging
firmware/src/hal/pmu/pmu.cpp:151
↓ 1 callersFunctionis_connected
firmware/src/transport/ble/gatt_server.cpp:204
↓ 1 callersFunctionis_relay_role
firmware/src/transport/lora/priority.h:38
↓ 1 callersFunctionis_vbus_present
firmware/src/hal/pmu/pmu.cpp:158
↓ 1 callersFunctionkeyOf
(source: TrackSource, sourceId: string)
src/features/track-position/model/recorder.ts:17
↓ 1 callersFunctionlandlinkChannelDelete
(index: number)
src/entities/landlink-device/api/channel.ts:220
↓ 1 callersFunctionlandlinkChannelList
()
src/entities/landlink-device/api/channel.ts:169
↓ 1 callersFunctionlandlink_freq
firmware/src/transport/lora/sx1262_driver.cpp:69
↓ 1 callersFunctionlenTag
(fieldNumber: number)
src/entities/meshtastic-channel/lib/meshtastic-url.ts:33
↓ 1 callersFunctionload
()
src/entities/debug-mode/model/store.ts:14
↓ 1 callersFunctionloadFromStorage
()
src/entities/meshtastic-pki/model/store.ts:47
↓ 1 callersFunctionloadKnownDmPeers
( deviceId: string, )
src/entities/landlink-device/api/message-store.ts:216
↓ 1 callersFunctionloadKnownSenderNodeIds
( deviceId: string, )
src/entities/landlink-device/api/message-store.ts:157
↓ 1 callersFunctionloadMessages
( deviceId: string, channelIndex: number, )
src/entities/landlink-device/api/message-store.ts:133
↓ 1 callersFunctionload_from_nvs
firmware/src/features/pki_identity/pki_identity.cpp:22
↓ 1 callersFunctionload_one
firmware/src/mesh/channel/registry.cpp:97
↓ 1 callersFunctionload_or_create_salt
firmware/src/main.cpp:55
↓ 1 callersFunctionload_role
firmware/src/main.cpp:70
↓ 1 callersFunctionload_spec
(path: Path)
firmware/tools/gen_protocol.py:48
↓ 1 callersFunctionlru_index
firmware/src/features/pki_keystore/pki_keystore.cpp:40
↓ 1 callersFunctionmain
()
firmware/tools/gen_protocol.py:239
↓ 1 callersFunctionmain
()
firmware/scripts/make_ota_keys.py:24
↓ 1 callersFunctionmakeDefaultPrimaryPsk
()
src/entities/meshtastic-channel/lib/defaults.ts:11
↓ 1 callersFunctionmeshtastic_longfast_freq
firmware/src/transport/lora/sx1262_driver.cpp:78
↓ 1 callersFunctionmigrateLegacyV1
(storage: Storage)
src/entities/registered-device/api/local-storage-adapter.ts:60
↓ 1 callersFunctionmigrateLegacyV2
(storage: Storage)
src/entities/registered-device/api/local-storage-adapter.ts:101
↓ 1 callersFunctionnewMessageId
()
src/entities/landlink-device/model/store.ts:96
↓ 1 callersFunctionnextSeq
()
src/entities/landlink-device/api/client.ts:57
↓ 1 callersFunctionnodeNumToBytesLE
(n: number)
src/shared/lib/node-id.ts:36
← previousnext →401–500 of 1,058, ranked by callers