MCPcopy Create free account

hub / github.com/LFDT-Nightstream/Starstream / functions

Functions1,771 in github.com/LFDT-Nightstream/Starstream

↓ 1 callersFunctionposeidon2_hash_bytes
* Outputs a 256-bit hash from input bytes. */
mock-ledger/backend/ledger/src/utils/hash.rs:26
↓ 1 callersMethodpostTransaction
( proof: Proof, options?: PostTransactionOptions, )
starstream-js/src/index.ts:28
↓ 1 callersMethodpre_visit_token
(&mut self, token: &TypedTokenDef)
starstream-to-wasm/src/lib.rs:1722
↓ 1 callersMethodpre_visit_utxo
(&mut self, utxo: &TypedUtxoDef)
starstream-to-wasm/src/lib.rs:1583
↓ 1 callersFunctionprecedence
(expr: &Expr)
starstream-compiler/src/formatter.rs:1265
↓ 1 callersFunctionprecedence_binary
(op: &BinaryOp)
starstream-compiler/src/formatter.rs:1285
↓ 1 callersFunctionprepend_if_missing
(trace: &mut Vec<WitLedgerEffect>, effect: WitLedgerEffect)
interleaving/starstream-component-runtime/src/transaction_session.rs:206
↓ 1 callersFunctionprint_component_wit
(name: &str, wasm: &[u8])
interleaving/starstream-runtime/tests/test_dex_swap_flow.rs:28
↓ 1 callersFunctionprint_component_wit
(name: &str, wasm: &[u8])
interleaving/starstream-runtime/tests/wrapper_coord_test.rs:552
↓ 1 callersFunctionprint_component_wit
(name: &str, wasm: &[u8])
interleaving/starstream-runtime/tests/multi_tx_continuation.rs:27
↓ 1 callersFunctionprint_runtime_traces
(runtime: &WasmtimeComponentStarstreamExecutor)
interleaving/starstream-component-runtime/src/transaction_session.rs:285
↓ 1 callersFunctionprint_transaction_traces
(tx: &ProvenTransaction)
interleaving/starstream-component-runtime/src/transaction_session.rs:296
↓ 1 callersFunctionprogram_hash_access_wires
( cs: ConstraintSystemRef<F>, rm: &mut M, read_cond: &ark_r1cs_std::prelude::Boolean<F>, targe
interleaving/starstream-interleaving-proof/src/program_hash_gadget.rs:29
↓ 1 callersMethodprogram_state_transitions
state transitions for current and target (next) programs in general, we only change the state of a most two processes in a single step. this takes th
interleaving/starstream-interleaving-proof/src/circuit.rs:716
↓ 1 callersFunctionprogram_to_doc
(program: &Program, source: &'a str, comments: &CommentMap)
starstream-compiler/src/formatter.rs:44
↓ 1 callersMethodpush_parse_error
(&mut self, uri: &Uri, error: &ParseError)
starstream-language-server/src/document.rs:404
↓ 1 callersFunctionr_if
Returns one of two strings based on a condition. This is particularly useful for pluralization and other conditional text formatting where you need t
starstream-cli/src/style.rs:23
↓ 1 callersFunctionraw_from_state
(state: &ProgramState)
interleaving/starstream-interleaving-proof/src/program_state.rs:186
↓ 1 callersFunctionraw_from_wires
(state: &ProgramStateWires)
interleaving/starstream-interleaving-proof/src/program_state.rs:204
↓ 1 callersMethodreachable_from
IDs of every module reachable from `start` via outgoing path-import edges (inclusive). Used by `compile_contract` to walk a contract's subgraph withou
starstream-compiler/src/module_graph.rs:104
↓ 1 callersFunctionread_input
(ptr, len)
website/src/sandbox.worker.ts:102
↓ 1 callersMethodread_lanes
(&self, reff: Ref, offset_words: u32)
interleaving/starstream-component-runtime/src/state.rs:58
↓ 1 callersFunctionread_ref_value
( state: &mut ComponentHostState, caller: ProcessId, reff: Ref, schema: &ComponentTypeIr,
interleaving/starstream-component-runtime/src/component.rs:717
↓ 1 callersMethodread_to_string
(&mut self, path: &Path)
starstream-types/src/filesystem.rs:25
↓ 1 callersMethodrebuild_linker
(&mut self)
interleaving/starstream-component-runtime/src/component.rs:145
↓ 1 callersMethodrecord
Canonical record type helper.
starstream-types/src/types.rs:232
↓ 1 callersFunctionrecord_doc
(record: &RecordType, params: &HashMap<TypeVarId, String>)
starstream-types/src/types.rs:385
↓ 1 callersFunctionrecursives
()
starstream-compiler/src/parser/mod.rs:74
↓ 1 callersFunctionref_arena_access_wires
( cs: ConstraintSystemRef<F>, rm: &mut M, switches: &RefArenaSwitchboardWires, opcode_args: &[
interleaving/starstream-interleaving-proof/src/ref_arena_gadget.rs:253
↓ 1 callersFunctionref_arena_read_base
( cs: ConstraintSystemRef<F>, rm: &mut M, switches: &RefArenaSwitchboardWires, write_val: &FpV
interleaving/starstream-interleaving-proof/src/ref_arena_gadget.rs:227
↓ 1 callersFunctionref_arena_read_size
( cs: ConstraintSystemRef<F>, rm: &mut M, switches: &RefArenaSwitchboardWires, opcode_args: &[
interleaving/starstream-interleaving-proof/src/ref_arena_gadget.rs:202
↓ 1 callersMethodref_size_words
(&self, reff: Ref)
interleaving/starstream-component-runtime/src/state.rs:82
↓ 1 callersMethodregister
* Register a WASM command
mock-ledger/frontend/src/commands/command-handler.ts:25
↓ 1 callersFunctionregisterProvider
(configs: Config[])
vscode-starstream/src/tree-sitter-vscode.ts:51
↓ 1 callersFunctionregisterVsixExtension
( vsixUrl: string, )
website/src/vsix.ts:8
↓ 1 callersMethodregister_abi
(&mut self, def: &AbiDef)
starstream-compiler/src/typecheck/infer.rs:1163
↓ 1 callersMethodregister_builtin_token_abi
Register the built-in `Token` ABI that every `token` definition's `impl Token { ... }` block is checked against. It declares `attach(Utxo) -> ()` and
starstream-compiler/src/typecheck/infer.rs:843
↓ 1 callersMethodregister_docs_from_generics
Register doc comments and variant info from generic type definitions so that hover shows documentation and syntax-highlighted labels.
starstream-language-server/src/document.rs:577
↓ 1 callersMethodregister_enum
(&mut self, def: &EnumDef)
starstream-compiler/src/typecheck/infer.rs:1284
↓ 1 callersMethodregister_event
(&mut self, event: &EventDef)
starstream-compiler/src/typecheck/infer.rs:1210
↓ 1 callersMethodregister_function
(&mut self, _def: &FunctionDef)
starstream-compiler/src/typecheck/infer.rs:1007
↓ 1 callersMethodregister_import
(&mut self, env: &mut TypeEnv, import: &ImportDef)
starstream-compiler/src/typecheck/infer.rs:1013
↓ 1 callersMethodregister_mem_with_lanes
( &mut self, tag: u64, size: u64, _mem_type: MemType, _extra_info: Lan
interleaving/starstream-interleaving-proof/src/memory/dummy.rs:42
↓ 1 callersFunctionregister_memory_segments
(mb: &mut M)
interleaving/starstream-interleaving-proof/src/circuit.rs:2204
↓ 1 callersFunctionregister_mermaid_default_decoder
( decoder: impl Fn(&[Value]) -> Option<String> + Send + Sync + 'static, )
interleaving/starstream-runtime/src/trace_mermaid.rs:35
↓ 1 callersFunctionregister_mermaid_process_labels
(labels: Vec<String>)
interleaving/starstream-runtime/src/trace_mermaid.rs:43
↓ 1 callersMethodregister_prelude_types
Register builtin prelude types (`Option<T>`, `Result<T, E>`).
starstream-compiler/src/typecheck/infer.rs:864
↓ 1 callersMethodregister_program
(&mut self, program: &ProgramDefinition)
interleaving/starstream-component-runtime/src/executor.rs:81
↓ 1 callersMethodregister_std
(&mut self)
starstream-compiler/src/typecheck/builtins.rs:91
↓ 1 callersMethodregister_struct
(&mut self, def: &StructDef)
starstream-compiler/src/typecheck/infer.rs:1232
↓ 1 callersMethodregister_token
(&mut self, def: &TokenDef)
starstream-compiler/src/typecheck/infer.rs:1403
↓ 1 callersMethodregister_utxo
(&mut self, def: &UtxoDef)
starstream-compiler/src/typecheck/infer.rs:1387
↓ 1 callersMethodregister_wit_import
( &mut self, env: &mut TypeEnv, items: &ImportItems, namespace_id: &Identifier
starstream-compiler/src/typecheck/infer.rs:1038
↓ 1 callersMethodrename_edits
Produce text edits for renaming the symbol at the given position.
starstream-language-server/src/document.rs:480
↓ 1 callersFunctionreplay_effect_trace_prefix
( state: &RuntimeState, pid: ProcessId, control_effect: &WitLedgerEffect, effect_cursor: &mut
interleaving/starstream-runtime/src/trace_mermaid.rs:117
↓ 1 callersMethodrequire_numeric_or_bool_pair
Ensure comparison operands are either both integers or both booleans.
starstream-compiler/src/typecheck/infer.rs:4596
↓ 1 callersMethodrequire_same_primitive
Ensure equality operands share the same primitive type.
starstream-compiler/src/typecheck/infer.rs:4661
↓ 1 callersMethodrequired_steps
(&self)
interleaving/starstream-interleaving-proof/src/memory/dummy.rs:90
↓ 1 callersFunctionreset
()
mock-ledger/frontend/public/bg.js:86
↓ 1 callersFunctionresolve_path_imports
( inferencer: &mut Inferencer, env: &mut TypeEnv, program: &Program, graph: &crate::ModuleGrap
starstream-compiler/src/typecheck/infer.rs:514
↓ 1 callersMethodresolve_resume_output
( &mut self, caller: ProcessId, target: ProcessId, ret: Ref, )
interleaving/starstream-component-runtime/src/executor.rs:270
↓ 1 callersMethodrestore_process_state
( &mut self, pid: ProcessId, state: &CoroutineState, )
interleaving/starstream-component-runtime/src/component.rs:295
↓ 1 callersFunctionreturn_type
()
starstream-compiler/src/parser/definition/function.rs:31
↓ 1 callersMethodrun_export
( &mut self, pid: ProcessId, instance: &wasmtime::component::Instance, export_
interleaving/starstream-component-runtime/src/component.rs:220
↓ 1 callersFunctionrun_server
(addr: String, handler: Handler)
mock-ledger/backend/node-server/src/api/tcp/server.rs:44
↓ 1 callersFunctionsandbox_log
(level, target, target_len, body, body_len)
website/src/sandbox.worker.ts:105
↓ 1 callersMethodscan
(&mut self, cs: ConstraintSystemRef<F>)
interleaving/starstream-interleaving-proof/src/memory/nebula/gadget.rs:429
↓ 1 callersFunctionselect_column
Heuristic q: select the column with the longest constructor prefix. Ties broken by leftmost column. Falls back to first column with any non-wildcard.
starstream-to-wasm/src/decision_tree.rs:277
↓ 1 callersFunctionset_component_wasm
(ptr, len)
website/src/sandbox.worker.ts:135
↓ 1 callersFunctionset_core_wasm
(ptr, len)
website/src/sandbox.worker.ts:121
↓ 1 callersMethodset_input_resources
(&mut self, resources: Vec<u32>)
interleaving/starstream-component-runtime/src/component.rs:121
↓ 1 callersFunctionset_up_input
Set `this.onmessage` to give inputs on this channel.
starstream-language-server-web/src/lib.rs:48
↓ 1 callersFunctionsetup_ajtai_committer
(m: usize, kappa: usize)
interleaving/starstream-interleaving-proof/src/lib.rs:152
↓ 1 callersMethodseverity
(&self)
starstream-compiler/src/typecheck/warnings.rs:45
↓ 1 callersFunctionshebang
()
starstream-compiler/src/parser/comment.rs:6
↓ 1 callersMethodsize_align
(&self)
starstream-to-wasm/src/component_abi.rs:81
↓ 1 callersMethodsnapshot
Collect a snapshot of the current bindings, with inner scopes shadowing outer ones, returned as a sorted map for deterministic formatting.
starstream-compiler/src/typecheck/env.rs:78
↓ 1 callersMethodsnapshot_process_state
( &mut self, pid: ProcessId, )
interleaving/starstream-component-runtime/src/component.rs:275
↓ 1 callersFunctionspan_union
(a: SimpleSpan, b: SimpleSpan)
starstream-compiler/src/parser/expression/mod.rs:83
↓ 1 callersMethodspawnFake
Spawn a free-floating Utxo of this type. Cannot be committed to a ledger later.
starstream-js/src/index.ts:113
↓ 1 callersFunctionspecialize
Specialize the matrix for column `col` and constructor `ctor`. S(c, P→A) from Section 2.2 / Figure 1.
starstream-to-wasm/src/decision_tree.rs:196
↓ 1 callersFunctionspecialize_col_types
Update column types after specialization: remove col `i`, insert field types of `ctor`.
starstream-to-wasm/src/decision_tree.rs:258
↓ 1 callersFunctionsponge_8_trace
(inputs: &[F; 8])
ark-poseidon2/src/lib.rs:116
↓ 1 callersFunctionstarstream_files_excluding_gitignore
Yield all `.star` files under `dir`, respecting gitignore-style filtering.
starstream-cli/src/lib.rs:63
↓ 1 callersFunctionstartWatchingTheme
()
website/src/editor.tsx:102
↓ 1 callersMethodstart_step
(&mut self, cs: ConstraintSystemRef<F>)
interleaving/starstream-interleaving-proof/src/memory/dummy.rs:116
↓ 1 callersFunctionstate_transition
( mut state: InterleavingState, rom: &Rom, next_op_idx: &mut [usize], op: WitLedgerEffect, )
interleaving/starstream-interleaving-spec/src/mocked_verifier.rs:427
↓ 1 callersMethodstorage
(&self)
interleaving/starstream-interleaving-spec/src/lib.rs:81
↓ 1 callersFunctionstruct_definition_to_doc
( definition: &StructDef, source: &'a str, comments: &CommentMap, )
starstream-compiler/src/formatter.rs:267
↓ 1 callersFunctionstruct_doc
( s: &TypedStructDef, doc: Option<String>, field_docs: Vec<Option<String>>, )
starstream-compiler/src/docs.rs:243
↓ 1 callersFunctionstruct_literal_expr_to_doc
( name: &Identifier, fields: &[StructLiteralField], source: &'a str, comments: &CommentMap, )
starstream-compiler/src/formatter.rs:847
↓ 1 callersMethodstruct_symbol
(&self, definition: &TypedStructDef)
starstream-language-server/src/document.rs:2082
↓ 1 callersFunctionswitchDot
()
mock-ledger/frontend/public/bg.js:105
↓ 1 callersFunctionswitchWindow
()
mock-ledger/frontend/public/bg.js:109
↓ 1 callersMethodto_complete
(&self)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:47
↓ 1 callersMethodto_function_info
(&self)
starstream-compiler/src/typecheck/infer.rs:322
↓ 1 callersMethodto_ref_words
(&self)
interleaving/starstream-component-runtime/src/component.rs:315
↓ 1 callersFunctionto_source_span
(span: Span)
starstream-compiler/src/parser/error.rs:64
↓ 1 callersFunctiontoken_definition_to_doc
( definition: &TokenDef, source: &'a str, comments: &CommentMap, )
starstream-compiler/src/formatter.rs:544
↓ 1 callersFunctiontoken_global_to_doc
(decl: &TokenGlobal, source: &'a str)
starstream-compiler/src/formatter.rs:593
← previousnext →801–900 of 1,771, ranked by callers