MCPcopy Create free account

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

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

↓ 1 callersMethodget_info
Gets constructor info by reference to the Ctor
starstream-compiler/src/typecheck/exhaustiveness.rs:171
↓ 1 callersMethodget_interface_function
( &self, namespace: &str, package: &str, interface: &str, name: &str,
starstream-compiler/src/typecheck/builtins.rs:46
↓ 1 callersMethodget_next_read_lane
(&mut self, twist_id: u64)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:500
↓ 1 callersMethodget_next_write_lane
(&mut self, twist_id: u64)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:508
↓ 1 callersMethodget_or_create_i64_add_checked
Get or create the `__starstream_i64_add_checked` function for overflow-checked addition. Returns the function index.
starstream-to-wasm/src/lib.rs:568
↓ 1 callersMethodget_or_create_i64_mul_checked
Get or create the `__starstream_i64_mul_checked` function for overflow-checked multiplication. Returns the function index.
starstream-to-wasm/src/lib.rs:681
↓ 1 callersMethodget_or_create_i64_sub_checked
Get or create the `__starstream_i64_sub_checked` function for overflow-checked subtraction. Returns the function index.
starstream-to-wasm/src/lib.rs:623
↓ 1 callersMethodget_shout_traced_values
( &mut self, address: &Address<u64>, )
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:446
↓ 1 callersMethodget_store_fns
https://github.com/WebAssembly/component-model/blob/main/design/mvp/CanonicalABI.md#storing
starstream-to-wasm/src/component_abi.rs:217
↓ 1 callersMethodget_utxo
( &self, contract_hash: String, serial: u64, )
mock-ledger/backend/ledger/src/chain.rs:67
↓ 1 callersMethodget_utxo
(&self, name: &str)
starstream-runtime-next/src/lib.rs:330
↓ 1 callersMethodget_utxo_by_id
(&self, id: &UtxoId)
mock-ledger/backend/ledger/src/chain.rs:76
↓ 1 callersMethodget_utxo_constructor
( &self, utxo: &UtxoExport, name: &str, )
starstream-runtime-next/src/lib.rs:383
↓ 1 callersMethodget_utxo_method
(&self, utxo: &UtxoExport, name: &str)
starstream-runtime-next/src/lib.rs:444
↓ 1 callersFunctionh
(n: u8)
interleaving/starstream-interleaving-proof/src/circuit_test.rs:7
↓ 1 callersFunctionhandler_stack_access_wires
( cs: ConstraintSystemRef<F>, rm: &mut M, switches: &HandlerSwitchboardWires, interface_index:
interleaving/starstream-interleaving-proof/src/handler_stack_gadget.rs:141
↓ 1 callersMethodhas_context
(&self)
starstream-compiler/src/typecheck/tree.rs:39
↓ 1 callersMethodhas_package
Check if a package exists.
starstream-compiler/src/typecheck/builtins.rs:75
↓ 1 callersMethodhash
(&self)
interleaving/starstream-interleaving-spec/src/lib.rs:857
↓ 1 callersFunctionhash_program
(wasm: &Vec<u8>)
interleaving/starstream-runtime/tests/multi_tx_continuation.rs:6
↓ 1 callersFunctionhead_constructors
Collect unique constructors appearing in column `col`.
starstream-to-wasm/src/decision_tree.rs:311
↓ 1 callersMethodhelp
(&self)
starstream-compiler/src/typecheck/diagnostic.rs:39
↓ 1 callersMethodid_prev_value
(&self)
interleaving/starstream-interleaving-proof/src/circuit.rs:195
↓ 1 callersMethodidentity
(&self)
starstream-types/src/typed_ast.rs:213
↓ 1 callersFunctionimplicit_dynamic_call
* Call the wRPC implicitly through Wasm component function calls * * Benefits: * - automatic type handling * - better composability with libraries
mock-ledger/backend/node-client/src/no_args.rs:30
↓ 1 callersFunctionimplicit_static_call
* Same as `implicit_dynamic_call`, but with compile-time generated type bindings */
mock-ledger/backend/node-client/src/no_args.rs:75
↓ 1 callersFunctionimport_items_to_doc
(items: &ImportItems, source: &'a str)
starstream-compiler/src/formatter.rs:158
↓ 1 callersFunctionimport_named_item_to_doc
(item: &ImportNamedItem, source: &'a str)
starstream-compiler/src/formatter.rs:178
↓ 1 callersMethodimport_or_export
(&mut self, name: &str, ty: ComponentTypeRef)
starstream-to-wasm/src/encoder.rs:179
↓ 1 callersFunctionimport_source_to_doc
(source_path: &ImportSource, source: &'a str)
starstream-compiler/src/formatter.rs:190
↓ 1 callersMethodimport_starstream
(&mut self)
interleaving/starstream-runtime/src/test_support/wasm_dsl.rs:269
↓ 1 callersFunctionimport_to_doc
(import: &ImportDef, source: &'a str)
starstream-compiler/src/formatter.rs:147
↓ 1 callersFunctionindex_after_optional_enter
(trace: &[WitLedgerEffect])
interleaving/starstream-component-runtime/src/transaction_session.rs:238
↓ 1 callersMethodinfer_pattern
( &mut self, env: &mut TypeEnv, pattern: &Pattern, expected_ty: Type,
starstream-compiler/src/typecheck/infer.rs:2088
↓ 1 callersMethodinfer_statement
Type-check a single statement, yielding its typed form and an inference trace.
starstream-compiler/src/typecheck/infer.rs:2513
↓ 1 callersMethodinfer_token
( &mut self, env: &mut TypeEnv, def: &TokenDef, )
starstream-compiler/src/typecheck/infer.rs:1707
↓ 1 callersMethodinfer_token_global
( &mut self, env: &mut TypeEnv, var: &TokenGlobal, )
starstream-compiler/src/typecheck/infer.rs:1833
↓ 1 callersMethodinfer_utxo
( &mut self, env: &mut TypeEnv, def: &UtxoDef, )
starstream-compiler/src/typecheck/infer.rs:1636
↓ 1 callersMethodinfer_utxo_global
( &mut self, env: &mut TypeEnv, var: &UtxoGlobal, )
starstream-compiler/src/typecheck/infer.rs:1926
↓ 1 callersMethodinitUtxo
(utxo: Utxo)
starstream-js/src/std.ts:28
↓ 1 callersMethodinit_handler_memory
(&self, mem: &mut M)
interleaving/starstream-interleaving-proof/src/circuit.rs:1286
↓ 1 callersMethodinit_tables
(&self)
interleaving/starstream-interleaving-proof/src/memory/twist_and_shout/mod.rs:299
↓ 1 callersMethodinitialise_workspace_folders
( &self, workspace_folders: Vec<WorkspaceFolder>, )
starstream-language-server/src/lib.rs:62
↓ 1 callersFunctioninject_component_type_metadata
( core_wasm: &[u8], component_type: &[u8], )
interleaving/starstream-runtime/src/test_support/components/mod.rs:53
↓ 1 callersFunctioninline_struct_fields_to_doc
(fields: &[StructField], source: &'a str)
starstream-compiler/src/formatter.rs:431
↓ 1 callersFunctioninline_struct_variant
( variant_name: &str, fields: &[RecordFieldType], params: &HashMap<TypeVarId, String>, )
starstream-types/src/types.rs:495
↓ 1 callersMethodinstantiate_enum_with_args
Instantiate a generic enum with explicit type arguments.
starstream-compiler/src/typecheck/infer.rs:1995
↓ 1 callersFunctioninteger
()
starstream-compiler/src/parser/expression/primary/literal.rs:6
↓ 1 callersFunctioninteger_literal
()
starstream-compiler/src/parser/primitives.rs:26
↓ 1 callersFunctioninteger_literal
()
starstream-compiler/src/parser/expression/primary/literal.rs:25
↓ 1 callersFunctioninterface_id
(a: u64, b: u64, c: u64, d: u64)
interleaving/starstream-runtime/tests/wrapper_coord_test.rs:569
↓ 1 callersMethodinterfaces
(&self)
interleaving/starstream-interleaving-proof/src/handler_stack_gadget.rs:203
↓ 1 callersMethodinto_inner_async
(mut self)
starstream-runtime-next/src/lib.rs:822
↓ 1 callersFunctionis_complete_signature
Check if the set of constructors forms a complete signature for the type.
starstream-to-wasm/src/decision_tree.rs:324
↓ 1 callersFunctionis_relative_path
(s: &str)
starstream-compiler/src/module_graph.rs:551
↓ 1 callersFunctionis_starstream_path
(path: &Path)
starstream-cli/src/lib.rs:74
↓ 1 callersFunctionivc_step_linking_pairs
()
interleaving/starstream-interleaving-proof/src/neo.rs:75
↓ 1 callersFunctionivc_wires
( cs: &ConstraintSystemRef<F>, wires_in: &Wires, wires_out: &Wires, )
interleaving/starstream-interleaving-proof/src/circuit.rs:2353
↓ 1 callersMethodlabels
(&self)
starstream-compiler/src/typecheck/diagnostic.rs:43
↓ 1 callersMethodlanguage_server_binary_path
( &mut self, _language_server_id: &LanguageServerId, worktree: &zed::Worktree, )
zed-starstream/src/lib.rs:7
↓ 1 callersFunctionlink_abi_event_function
( linker: &mut LinkerInstance<T>, _ty: types::ComponentFunc, instance: &str, name: &str, )
starstream-runtime-next/src/lib.rs:78
↓ 1 callersFunctionlink_dynamic_imports
( engine: &Engine, linker: &mut Linker<T>, ty: &types::Component, )
starstream-runtime-next/src/lib.rs:134
↓ 1 callersFunctionlink_instance
( engine: &Engine, linker: &mut LinkerInstance<T>, ty: &types::ComponentInstance, instance: &s
starstream-runtime-next/src/lib.rs:98
↓ 1 callersMethodlist
* List all available commands
mock-ledger/frontend/src/commands/command-handler.ts:61
↓ 1 callersFunctionload_component
(engine: &Engine, wasm: impl AsRef<[u8]>)
starstream-runtime-next/src/lib.rs:66
↓ 1 callersFunctionlog2
Misc
starstream-to-wasm/src/component_abi.rs:295
↓ 1 callersMethodlookup_definition
(&self, name: &str, scopes: &[HashMap<String, Span>])
starstream-language-server/src/document.rs:1983
↓ 1 callersMethodlookup_enum_info
(&mut self, name: &Identifier)
starstream-compiler/src/typecheck/infer.rs:1959
↓ 1 callersMethodlookup_enum_struct_field_type
( &self, enum_name: &str, variant_name: &str, field_name: &str, )
starstream-language-server/src/document.rs:1659
↓ 1 callersMethodlookup_enum_tuple_types
(&self, enum_name: &str, variant_name: &str)
starstream-language-server/src/document.rs:1677
↓ 1 callersFunctionlower_pattern
Converts a TypedPattern to a SimplePat
starstream-compiler/src/typecheck/exhaustiveness.rs:584
↓ 1 callersMethodlut_index
(self)
interleaving/starstream-interleaving-spec/src/memory_tags.rs:12
↓ 1 callersFunctionmake_interleaved_trace
( inst: &InterleavingInstance, wit: &InterleavingWitness, )
interleaving/starstream-interleaving-proof/src/lib.rs:158
↓ 1 callersFunctionmatch_arm_to_doc
(arm: &MatchArm, source: &'a str, comments: &CommentMap)
starstream-compiler/src/formatter.rs:972
↓ 1 callersFunctionmatch_expr_to_doc
( scrutinee: &Spanned<Expr>, arms: &[MatchArm], source: &'a str, comments: &CommentMap, )
starstream-compiler/src/formatter.rs:921
↓ 1 callersMethodmatchesToTokens
(lang: Language, matches: ts.QueryMatch[])
vscode-starstream/src/tree-sitter-vscode.ts:227
↓ 1 callersFunctionmatrix_diag_12_goldilocks
()
ark-poseidon2/src/goldilocks.rs:25
↓ 1 callersFunctionmatrix_diag_8_goldilocks
()
ark-poseidon2/src/goldilocks.rs:6
↓ 1 callersMethodmax_value
(self)
starstream-types/src/types.rs:75
↓ 1 callersFunctionmds_light_permutation
( state: &mut [FpVar<F>; WIDTH], )
ark-poseidon2/src/math.rs:83
↓ 1 callersMethodmem_index
(self)
interleaving/starstream-interleaving-spec/src/memory_tags.rs:43
↓ 1 callersFunctionmerge_import_instance_schemas
( dst: &mut HashMap<String, ImportInstanceSchema>, src: HashMap<String, ImportInstanceSchema>, )
interleaving/starstream-component-runtime/src/component.rs:795
↓ 1 callersFunctionmerge_single_import_schema
( import_name: &str, existing: &mut ImportInstanceSchema, incoming: ImportInstanceSchema, )
interleaving/starstream-component-runtime/src/component.rs:814
↓ 1 callersMethodmin_value
(self)
starstream-types/src/types.rs:64
↓ 1 callersFunctionmmdc_available
()
interleaving/starstream-runtime/src/trace_mermaid.rs:336
↓ 1 callersFunctionneeds_parentheses
(prec: u8, parent_prec: u8, position: ChildPosition)
starstream-compiler/src/formatter.rs:1298
↓ 1 callersFunctionnewBuilding
()
mock-ledger/frontend/public/bg.js:29
↓ 1 callersFunctionnewFloor
(width, windowFrame, windowSize)
mock-ledger/frontend/public/bg.js:51
↓ 1 callersFunctionnewStar
()
mock-ledger/frontend/public/bg.js:71
↓ 1 callersMethodon_scc
Our own handling on discovering an SCC: recurse to split it into nested SCCs by ignoring edges outside the SCC or back to its root (the loop header)
starstream-to-wasm/src/stackifier.rs:439
↓ 1 callersFunctionoutput
Write output to `postMessage`.
starstream-language-server-web/src/lib.rs:39
↓ 1 callersFunctionparameter
()
starstream-compiler/src/parser/definition/function.rs:9
↓ 1 callersFunctionparameter_list
()
starstream-compiler/src/parser/definition/function.rs:23
↓ 1 callersFunctionparseCaptureName
(name: string)
vscode-starstream/src/tree-sitter-vscode.ts:91
↓ 1 callersFunctionparseCommand
(line: string)
mock-ledger/frontend/src/commands/command-handler.ts:76
↓ 1 callersFunctionparse_constructor_name
(func_name: &str)
interleaving/starstream-component-runtime/src/component.rs:514
↓ 1 callersFunctionparse_resource_method_name
(name: &str)
interleaving/starstream-component-runtime/src/component.rs:789
↓ 1 callersFunctionparser
Get a parser for a Starstream source file.
starstream-compiler/src/parser/program.rs:9
↓ 1 callersFunctionpattern_span
Gets the span of a TypedPattern for error reporting. For compound patterns, returns a span covering the entire pattern.
starstream-compiler/src/typecheck/exhaustiveness.rs:786
↓ 1 callersFunctionpercent_decode
Minimal percent-decoder. The LSP only sends URIs the editor produced, so we don't need to handle every edge case — only `%20`-style escapes.
starstream-language-server/src/document.rs:2573
← previousnext →701–800 of 1,771, ranked by callers