MCPcopy Create free account

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

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

↓ 803 callersMethodclone
(&self)
starstream-runtime-next/src/lib.rs:176
↓ 503 callersMethoditer
Iterate over all error codes registered with [`error_code`].
starstream-types/src/error.rs:55
↓ 453 callersMethodmap
Map the contained value while keeping the original span.
starstream-types/src/ast.rs:40
↓ 415 callersMethodclone
(&self)
interleaving/starstream-interleaving-spec/src/lib.rs:35
↓ 329 callersMethodunwrap
(self)
interleaving/starstream-interleaving-spec/src/transaction_effects/witness.rs:189
↓ 275 callersMethodlen
Returns the number of constructors in this set
starstream-compiler/src/typecheck/exhaustiveness.rs:166
↓ 206 callersMethodinstructions
(&mut self, bb: &usize)
starstream-to-wasm/src/lib.rs:3850
↓ 190 callersMethodpush
Add a comment to the map (maintains sorted order).
starstream-types/src/comments.rs:30
↓ 131 callersMethodpush
Adds a row to the matrix
starstream-compiler/src/typecheck/exhaustiveness.rs:197
↓ 119 callersMethodget
(&mut self, name: &'static str)
interleaving/starstream-interleaving-spec/src/builder.rs:17
↓ 111 callersMethodspan
(&self)
starstream-compiler/src/parser/error.rs:37
↓ 95 callersMethodinsert
(&mut self, resource: Resource, pid: ProcessId)
interleaving/starstream-component-runtime/src/state.rs:34
↓ 85 callersFunctionexecute_wasm
Helper to execute WASM and check if it traps
starstream-to-wasm/tests/overflow.rs:30
↓ 83 callersMethodinsert
(&mut self, name: String, binding: Binding)
starstream-compiler/src/typecheck/env.rs:46
↓ 80 callersMethodis_empty
Returns true if the matrix has no rows
starstream-compiler/src/typecheck/exhaustiveness.rs:203
↓ 79 callersMethodidx
Maps ABI argument names to positional indices.
interleaving/starstream-interleaving-spec/src/transaction_effects/abi.rs:34
↓ 64 callersFunctioncompile_program
Helper to compile a Starstream program
starstream-to-wasm/tests/overflow.rs:5
↓ 59 callersMethodas_str
(&self)
starstream-types/src/ast.rs:86
↓ 58 callersMethodopt_span
(&self)
starstream-types/src/ast.rs:108
↓ 58 callersMethodpush
(&mut self, bb: usize)
starstream-to-wasm/src/stackifier.rs:289
↓ 57 callersMethodmemory_tag
(self)
interleaving/starstream-interleaving-proof/src/memory/tag.rs:28
↓ 54 callersMethodjoin
(a: ValType, b: ValType)
starstream-to-wasm/src/lib.rs:1233
↓ 51 callersMethodinsert
(&mut self, name: String, entry: TypeEntry)
starstream-compiler/src/typecheck/infer.rs:97
↓ 50 callersMethodcontext
(&self)
mock-ledger/backend/ledger/src/encode.rs:29
↓ 49 callersMethodget
(&mut self)
starstream-runtime-next/src/lib.rs:838
↓ 48 callersMethodapply_for_display
Normalize a type for use in user-facing error messages. Like [`apply`], but also defaults unresolved int-constrained type variables to `i64` so that
starstream-compiler/src/typecheck/infer.rs:4730
↓ 48 callersMethodmaybe_string
Compute a string lazily, only when capture_traces is enabled.
starstream-compiler/src/typecheck/infer.rs:5168
↓ 47 callersMethodget
(&self, name: &str)
starstream-compiler/src/typecheck/infer.rs:101
↓ 45 callersFunctionidentifier_to_doc
(identifier: &Identifier, _source: &'a str)
starstream-compiler/src/formatter.rs:825
↓ 44 callersMethodencoded
(self)
interleaving/starstream-interleaving-proof/src/optional.rs:26
↓ 44 callersMethodinto_iter
(self)
starstream-to-wasm/src/lib.rs:3879
↓ 42 callersMethodcontains
(&self, namespace: &str)
starstream-compiler/src/typecheck/infer.rs:796
↓ 37 callersMethodmake_trace
Assemble an inference tree node when tracing is active; otherwise return the default node.
starstream-compiler/src/typecheck/infer.rs:5176
↓ 37 callersMethodvalue
(&self)
interleaving/starstream-interleaving-proof/src/optional.rs:93
↓ 35 callersMethodselect
( &self, cond: &Self::Bool, t: &Self::Val, f: &Self::Val, )
interleaving/starstream-interleaving-proof/src/opcode_dsl.rs:81
↓ 34 callersFunctionidentifier
()
starstream-compiler/src/parser/expression/primary/literal.rs:18
↓ 33 callersMethodget
()
interleaving/starstream-interleaving-proof/src/execution_switches.rs:297
↓ 33 callersMethodspan_to_range
(&self, span: Span)
starstream-language-server/src/document.rs:2004
↓ 32 callersMethodfill
(&mut self, bb: usize, out: Out)
starstream-to-wasm/src/ir.rs:121
↓ 31 callersMethodget
(&self, _: &str)
starstream-to-wasm/src/lib.rs:3797
↓ 30 callersMethodarg
(&self, kind: ArgName)
interleaving/starstream-interleaving-proof/src/circuit.rs:191
↓ 29 callersMethodformat_type
Short helper to format a type compactly for traces and error messages. Resolves int-constrained type vars to their default (`i64`) so that traces and
starstream-compiler/src/typecheck/infer.rs:5217
↓ 29 callersMethodis_empty
(&self)
starstream-to-wasm/src/lib.rs:3916
↓ 29 callersMethodregister_mem
(&mut self, tag: u64, size: u64, mem_type: MemType, debug_name: &'static str)
interleaving/starstream-interleaving-proof/src/memory/mod.rs:71
↓ 28 callersMethodadd_block
(&mut self)
starstream-to-wasm/src/ir.rs:105
↓ 28 callersMethodinit
()
interleaving/starstream-interleaving-proof/src/execution_switches.rs:262
↓ 28 callersMethodseal
(&mut self, bb: usize, ty: BlockType)
starstream-to-wasm/src/ir.rs:116
↓ 28 callersMethodwith_secondary
(mut self, span: Span, message: impl Into<String>)
starstream-compiler/src/typecheck/errors.rs:28
↓ 27 callersMethodis_some
(&self)
interleaving/starstream-interleaving-proof/src/optional.rs:63
↓ 27 callersMethodspan_or
(&self, default: Span)
starstream-types/src/ast.rs:98
↓ 26 callersMethodapply
Fully normalize a type by applying the current substitution set.
starstream-compiler/src/typecheck/infer.rs:4804
↓ 26 callersMethodget
(&self, name: &str)
starstream-compiler/src/typecheck/env.rs:53
↓ 26 callersMethodwrite
(&mut self, path: &Path, contents: &[u8])
starstream-types/src/filesystem.rs:30
↓ 25 callersMethodimport_func
( &mut self, module: &str, name: &str, params: &[ValType], results: &[
interleaving/starstream-runtime/src/test_support/wasm_dsl.rs:461
↓ 25 callersMethodpush_error
(&mut self, span: Span, message: impl Into<String>)
starstream-to-wasm/src/lib.rs:411
↓ 23 callersMethodread
( &mut self, cond: &Self::Bool, tag: Tag, addr: &Self::Val, )
interleaving/starstream-interleaving-proof/src/opcode_dsl.rs:90
↓ 22 callersMethodunify
Unify two types, updating the substitution set and returning a trace node.
starstream-compiler/src/typecheck/infer.rs:5441
↓ 21 callersFunctiontrap
(msg: impl Into<String>)
interleaving/starstream-runtime/src/lib.rs:66
↓ 20 callersMethodemit
(self, instrs: &mut Vec<Instruction<'static>>)
interleaving/starstream-runtime/src/test_support/wasm_dsl.rs:24
↓ 19 callersMethodchain
(&self, other: &Transaction)
mock-ledger/old/src/main.rs:69
↓ 19 callersMethodstar_to_core_types
(&mut self, span: Span, dest: &mut Vec<ValType>, ty: &Type)
starstream-to-wasm/src/lib.rs:1098
↓ 19 callersMethodwrite
( &mut self, cond: &Self::Bool, tag: Tag, addr: &Self::Val, val: &Self
interleaving/starstream-interleaving-proof/src/opcode_dsl.rs:107
↓ 18 callersFunctionspanned
( spanned: &Spanned<T>, _source: &'a str, f: F, )
starstream-compiler/src/formatter.rs:121
↓ 18 callersMethodwith_help
(mut self, help: impl Into<String>)
starstream-compiler/src/typecheck/errors.rs:38
↓ 17 callersMethodindex
(self)
starstream-compiler/src/module_graph.rs:32
↓ 17 callersMethodspanned
(self)
starstream-compiler/src/parser/mod.rs:131
↓ 17 callersFunctionwrite_file
(dir: &Path, name: &str, contents: &str)
starstream-compiler/src/module_graph.rs:573
↓ 16 callersFunctionformatted_with_comment_map
(code: &str)
starstream-compiler/src/formatter.rs:1724
↓ 16 callersMethodpop
(&mut self, bb: usize)
starstream-to-wasm/src/stackifier.rs:294
↓ 16 callersMethodty
(&mut self)
starstream-to-wasm/src/encoder.rs:17
↓ 16 callersMethodwith_primary_message
(mut self, message: impl Into<String>)
starstream-compiler/src/typecheck/errors.rs:33
↓ 15 callersFunctionh
(n: u8)
interleaving/starstream-interleaving-spec/src/builder.rs:33
↓ 15 callersMethodis_64bit
(self)
starstream-types/src/types.rs:94
↓ 15 callersFunctionprint_diagnostic
Render a diagnostic using the fancy miette renderer and print it to stderr. This helper wraps the common pattern of turning an error into a `Report`,
starstream-cli/src/diagnostics.rs:14
↓ 15 callersMethodresolve
(&self, resource: Resource)
interleaving/starstream-component-runtime/src/state.rs:38
↓ 15 callersFunctionunit
()
starstream-compiler/src/parser/expression/primary/literal.rs:14
↓ 14 callersMethodcall
(exported_fn: string, args: unknown[])
starstream-js/src/index.ts:140
↓ 14 callersMethodexport
(&mut self, name: &str, ty: ComponentTypeRef)
starstream-to-wasm/src/encoder.rs:175
↓ 14 callersFunctionfpvar_witness_index
( cs: &ConstraintSystemRef<F>, var: &FpVar<F>, )
interleaving/starstream-interleaving-proof/src/circuit.rs:2381
↓ 14 callersFunctionsetup_logger
()
interleaving/starstream-interleaving-proof/src/logging.rs:5
↓ 14 callersMethodtag_value
(&self)
interleaving/starstream-interleaving-proof/src/memory/mod.rs:38
↓ 13 callersMethodbuild
(self, interleaving_proof: ZkTransactionProof)
interleaving/starstream-interleaving-spec/src/builder.rs:144
↓ 13 callersMethoddoc_comments
(&self, node_span: Span, source: &str)
starstream-types/src/comments.rs:143
↓ 13 callersMethodis_signed
(self)
starstream-types/src/types.rs:32
↓ 13 callersMethodmodule
(&self, id: ModuleId)
starstream-compiler/src/module_graph.rs:81
↓ 12 callersMethodaddress_value
(&self)
interleaving/starstream-interleaving-proof/src/memory/mod.rs:34
↓ 12 callersMethodapply_transaction
(&self, tx: &ProvenTransaction)
interleaving/starstream-interleaving-spec/src/lib.rs:484
↓ 12 callersMethodconditional_read
(&mut self, cond: bool, address: Address<u64>)
interleaving/starstream-interleaving-proof/src/memory/dummy.rs:57
↓ 12 callersFunctionprove
( inst: InterleavingInstance, wit: InterleavingWitness, )
interleaving/starstream-interleaving-proof/src/lib.rs:48
↓ 12 callersMethodvisit_expr_stack
Compile a single [Expr] into the current function, returning an [Intermediate] representing that expression's output on the stack.
starstream-to-wasm/src/lib.rs:2279
↓ 11 callersMethodadd_hover_label_with_doc
( &mut self, span: Span, label: impl Into<String>, doc: Option<String>, )
starstream-language-server/src/document.rs:1505
↓ 11 callersMethodadd_hover_span
(&mut self, span: Span, ty: &Type)
starstream-language-server/src/document.rs:1485
↓ 11 callersMethodallocate
(&self, cs: ConstraintSystemRef<F>)
interleaving/starstream-interleaving-proof/src/memory/nebula/gadget.rs:96
↓ 11 callersMethodcollect_type_annotation_node
(&mut self, annotation: &TypeAnnotation)
starstream-language-server/src/document.rs:1850
↓ 11 callersMethodengine
(&self)
mock-ledger/backend/ledger/src/chain.rs:63
↓ 11 callersFunctionto_kebab_case
(name: &str)
starstream-to-wasm/src/lib.rs:3958
↓ 11 callersMethodtype_from_annotation
(&mut self, annotation: &TypeAnnotation)
starstream-compiler/src/typecheck/infer.rs:4477
↓ 10 callersMethodadd_locals
(&mut self, types: impl IntoIterator<Item = ValType>)
starstream-to-wasm/src/lib.rs:3833
↓ 10 callersMethodencode
(&self, sink: &mut Vec<u8>)
starstream-to-wasm/src/lib.rs:3885
↓ 10 callersFunctionexpr_to_doc
(expr: &Expr, source: &'a str, comments: &CommentMap)
starstream-compiler/src/formatter.rs:1048
next →1–100 of 1,771, ranked by callers