MCPcopy Create free account

hub / github.com/delinoio/oss / functions

Functions3,733 in github.com/delinoio/oss

↓ 2 callersFunctionparse_field
(field: &Field, index: usize, shape: FieldShape)
crates/serde-feather-macros/src/lib.rs:2577
↓ 2 callersMethodparse_identifier
(&mut self)
crates/rustia/src/lenient_json.rs:435
↓ 2 callersFunctionparse_input
(input: &DeriveInput)
crates/serde-feather-macros/src/lib.rs:2450
↓ 2 callersFunctionparse_log_color_mode
(raw: &str)
crates/nodeup/src/logging.rs:144
↓ 2 callersFunctionparse_rustia_tags
(attrs: &[syn::Attribute])
crates/rustia-macros/src/lib.rs:523
↓ 2 callersFunctionparse_source_spec
(raw: &str)
crates/binpm/src/contract.rs:83
↓ 2 callersMethodparse_string
(&mut self, _path: &str)
crates/rustia/src/lenient_json.rs:324
↓ 2 callersFunctionparse_tag_list
(meta: ParseNestedMeta<'_>, output: &mut Vec<ParsedTag>)
crates/rustia-macros/src/lib.rs:543
↓ 2 callersFunctionparse_tar_short_archive
(token: &str)
crates/with-watch/src/analysis.rs:2611
↓ 2 callersFunctionpath_contains_entry
(entry: &Path)
crates/binpm/src/commands.rs:9845
↓ 2 callersMethodpaths
(&self)
crates/nodeup/src/store.rs:129
↓ 2 callersFunctionpaths_equal
(left: &Path, right: &Path)
crates/nodeup/src/commands/self_cmd.rs:695
↓ 2 callersMethodpeekRune
()
cmds/ttlc/internal/lexer/lexer.go:261
↓ 2 callersMethodpeek_char
(&self, offset: usize)
crates/rustia/src/lenient_json.rs:518
↓ 2 callersFunctionposix_single_quote
(raw: &str)
crates/binpm/src/commands.rs:9671
↓ 2 callersFunctionpreview_local_update_tool_from_resolved
( cmd: &str, spec: &SourceSpec, resolved: ResolvedAsset, paths: &ScopePaths, require_verif
crates/binpm/src/commands.rs:1863
↓ 2 callersFunctionprintUsage
()
cmds/derun/internal/cli/help.go:8
↓ 2 callersFunctionprint_global_path_setup_guidance
(global_bin: &Path)
crates/binpm/src/commands.rs:9870
↓ 2 callersFunctionprint_install_summary
(scope: Scope, cmd: &str, record: &PackageRecord)
crates/binpm/src/commands.rs:3616
↓ 2 callersFunctionprint_selected_mutation_scope
(command: &str, scope: Scope)
crates/binpm/src/commands.rs:1461
↓ 2 callersFunctionprint_update_plan
(scope: Scope, selected: &[String])
crates/binpm/src/commands.rs:1608
↓ 2 callersFunctionprint_update_plan_details
(plan: &UpdatePlan)
crates/binpm/src/commands.rs:1723
↓ 2 callersFunctionprovider_token_env_candidates
(provider: SourceProvider, host: &str)
crates/binpm/src/release.rs:379
↓ 2 callersFunctionptr
(v int)
cmds/derun/internal/state/store_test.go:497
↓ 2 callersFunctionquote_runtime_tags
(tags: &[ParsedTag], rustia_path: &TokenStream2)
crates/rustia-macros/src/lib.rs:960
↓ 2 callersFunctionreadAllOutput
(t *testing.T, store *state.Store, sessionID string)
cmds/derun/internal/e2e/contract_test.go:210
↓ 2 callersFunctionreadCleanupEventsBySession
(t *testing.T, stateRoot string)
cmds/derun/internal/retention/gc_test.go:200
↓ 2 callersFunctionreadFrame
(reader *bufio.Reader)
cmds/derun/internal/mcp/server.go:251
↓ 2 callersMethodreadIndexEntries
(sessionID string)
cmds/derun/internal/state/store.go:551
↓ 2 callersMethodreadPolicy
(ctx context.Context, q queryer, scope scopeKey)
servers/thenv/internal/service/service.go:1078
↓ 2 callersFunctionreadableDisconnectReason
(reason: MpappDisconnectReason)
apps/mpapp/src/components/session-status.tsx:31
↓ 2 callersFunctionreconnectGuidanceForState
( state: Pick< MpappSessionState, "mode" | "lastConnectionEvent" | "lastDisconnectReason" >, )
apps/mpapp/src/components/session-status.tsx:78
↓ 2 callersFunctionrecord_matches_current_provider_digest
(record: &PackageRecord, assets: &[ReleaseAsset])
crates/binpm/src/commands.rs:4582
↓ 2 callersFunctionredact_url_credentials
(url: &str)
crates/binpm/src/storage.rs:1325
↓ 2 callersFunctionreduceSessionState
( state: MpappSessionState, event: MpappSessionEvent, )
apps/mpapp/src/state/session-machine.ts:64
↓ 2 callersFunctionrelease_asset_download_request
(asset: &ReleaseAsset)
crates/binpm/src/commands.rs:4714
↓ 2 callersFunctionrelease_request
( http: &Client, url: &str, accept: Option<&'static str>, auth: Option<&ProviderAuth>, )
crates/binpm/src/release.rs:481
↓ 2 callersFunctionremoveAttributeIfPresent
(element: HTMLElement, name: string)
apps/nodeup-docs/theme/index.tsx:24
↓ 2 callersFunctionremove_global_tool
(cmd: &str, output: OutputMode)
crates/binpm/src/commands.rs:8383
↓ 2 callersFunctionremove_stale_cache_refs
(cache: &CachePaths, refs: &[PathBuf])
crates/binpm/src/storage.rs:1016
↓ 2 callersFunctionrender_after_long_help
()
crates/with-watch/src/analysis.rs:521
↓ 2 callersFunctionreplace_path
(from: &Path, to: &Path)
crates/binpm/src/storage.rs:676
↓ 2 callersFunctionrequire_verified_regular_cache_asset
(path: &Path, expected: &str)
crates/binpm/src/storage.rs:853
↓ 2 callersFunctionresolveDisconnectReasonFromFailure
( errorCode: MpappErrorCode, nativeErrorCode?: string | null, )
apps/mpapp/src/state/disconnect-reason.ts:40
↓ 2 callersFunctionresolveMpappRuntimeConfig
( options: ResolveMpappRuntimeConfigOptions = {}, )
apps/mpapp/src/config/mpapp-runtime-config.ts:91
↓ 2 callersFunctionresolveMpappScreenContract
(value: unknown)
apps/mpapp/src/navigation/screen-contract.ts:38
↓ 2 callersFunctionresolveMpappScreenId
(value: unknown)
apps/mpapp/src/navigation/screen-contract.ts:30
↓ 2 callersFunctionresolveOutputPath
(fileType thenvv1.FileType, outputEnvFile string, outputDevVarsFile string)
cmds/thenv/internal/cli/root.go:627
↓ 2 callersFunctionresolvePathWithSymlinks
(path string)
cmds/derun/internal/state/store.go:602
↓ 2 callersFunctionresolvePathWithSymlinks
(path string)
cmds/ttlc/internal/source/loader.go:82
↓ 2 callersMethodresolve_for_path
(&self, path: &Path)
crates/nodeup/src/overrides.rs:132
↓ 2 callersFunctionresolve_output_color_enabled
( color_flag: Option<OutputColorMode>, env_mode: Option<OutputColorMode>, no_color: bool, is_t
crates/nodeup/src/output_style.rs:188
↓ 2 callersFunctionresolve_output_color_enabled_for_stream
( stream: OutputStream, color_flag: Option<OutputColorMode>, stdout_is_terminal: bool, stderr_
crates/nodeup/src/output_style.rs:96
↓ 2 callersFunctionresolve_retry_delay
(attempt: usize, retry_after_seconds: Option<u64>)
crates/cargo-mono/src/commands/publish.rs:1349
↓ 2 callersFunctionresolve_targets
( target: &TargetArgs, changed: &ChangedArgs, workspace: &Workspace, )
crates/cargo-mono/src/commands/targeting.rs:19
↓ 2 callersFunctionrestore_local_remove_state
(root: &Path, cmd: &str, prior_state: LocalRemoveState)
crates/binpm/src/commands.rs:7771
↓ 2 callersFunctionretry_delay
(attempt: usize)
crates/cargo-mono/src/commands/publish.rs:1341
↓ 2 callersFunctionreturnFocusToSearchTrigger
()
apps/binpm-docs/theme/index.tsx:133
↓ 2 callersFunctionreverify_locked_record_signature
( cache_paths: &CachePaths, record: &PackageRecord, asset_bytes: &[u8], )
crates/binpm/src/commands.rs:5439
↓ 2 callersFunctionreverify_locked_record_signature_with_options
( cache_paths: &CachePaths, record: &PackageRecord, asset_bytes: &[u8], options: SignatureVeri
crates/binpm/src/commands.rs:5452
↓ 2 callersFunctionrollback_completed_local_installs
( root: &Path, completed: Vec<CompletedLocalInstall>, cache_paths: &CachePaths, )
crates/binpm/src/commands.rs:3755
↓ 2 callersFunctionrollback_completed_local_installs_ref
( root: &Path, completed: &[CompletedLocalInstall], cache_paths: &CachePaths, )
crates/binpm/src/commands.rs:3775
↓ 2 callersFunctionrunIntegerValueAsBigInt
(value any)
cmds/ttlc/internal/compiler/service.go:1150
↓ 2 callersFunctionrun_command
( command_path: &Path, args: &[OsString], stdio_policy: DelegatedStdioPolicy, command_path_key
crates/nodeup/src/process.rs:26
↓ 2 callersFunctionrun_failure
(command: &mut Command)
crates/cargo-mono/tests/cli.rs:1544
↓ 2 callersFunctionrun_git
(args: &[&str])
crates/cargo-mono/src/git.rs:148
↓ 2 callersFunctionrun_git_os
(args: Vec<OsString>)
crates/cargo-mono/src/git.rs:159
↓ 2 callersFunctionruntime_executable_candidates
(command: &str)
crates/nodeup/src/store.rs:200
↓ 2 callersFunctionruntime_executable_path
(runtime_root: &Path, command: &str)
crates/nodeup/src/store.rs:150
↓ 2 callersFunctionsame_download_origin
(left: &reqwest::Url, right: &reqwest::Url)
crates/binpm/src/commands.rs:8100
↓ 2 callersFunctionsame_file_content
(left: &Path, right: &Path)
crates/nodeup/src/commands/shim_cmd.rs:689
↓ 2 callersFunctionsame_origin
(left: &Url, right: &Url)
crates/binpm/src/release.rs:1073
↓ 2 callersMethodscore_adjustment
(self)
crates/binpm/src/assets.rs:46
↓ 2 callersFunctionselectTransportMode
(ttyAttached bool, goos string)
cmds/derun/internal/cli/run.go:74
↓ 2 callersFunctionselect_archive_member
( asset_name: &str, repo_name: &str, target: &HostTarget, explicit_binary: Option<&str>, m
crates/binpm/src/commands.rs:6128
↓ 2 callersFunctionselected_asset_display_url
(decision: &crate::assets::CandidateDecision)
crates/binpm/src/commands.rs:2894
↓ 2 callersFunctionselected_binary_override
( tool: Option<&ManifestTool>, target: &HostTarget, )
crates/binpm/src/commands.rs:5628
↓ 2 callersFunctionserde_feather_path
()
crates/serde-feather-macros/src/lib.rs:3297
↓ 2 callersMethodsessionDir
(sessionID string)
cmds/derun/internal/state/store.go:444
↓ 2 callersFunctionshell_path_text
(path: &str, shell: ShellKind)
crates/nodeup/src/commands/shim_cmd.rs:638
↓ 2 callersFunctionshell_quote
(shell: Shell, path: &Path)
crates/binpm/src/commands.rs:9620
↓ 2 callersFunctionsigstore_trust_policy
(resolved: &ResolvedAsset)
crates/binpm/src/commands.rs:5513
↓ 2 callersFunctionsort_gitlab_releases
(releases: &mut [Release])
crates/binpm/src/release.rs:212
↓ 2 callersFunctionsplit_version
( raw: &str, remainder: &'source str, )
crates/binpm/src/contract.rs:414
↓ 2 callersFunctionstart_git_error
(command: &str, error: std::io::Error)
crates/cargo-mono/src/git.rs:190
↓ 2 callersFunctionstrip_generic_param_defaults
(param: &mut GenericParam)
crates/serde-feather-macros/src/lib.rs:3209
↓ 2 callersFunctionstrip_known_suffixes
(name: &str)
crates/binpm/src/assets.rs:744
↓ 2 callersMethodswitchToFallbackStorage
(params: { operation: "load" | "save"; error: unknown; })
apps/mpapp/src/preferences/input-preferences-store.ts:112
↓ 2 callersFunctionsyncOutlineActiveHeading
()
apps/nodeup-docs/theme/index.tsx:101
↓ 2 callersMethodsynchronizeBlock
()
cmds/ttlc/internal/parser/parser.go:505
↓ 2 callersFunctiontarget_score
(target: &HostTarget, signal: &TargetSignal)
crates/binpm/src/assets.rs:578
↓ 2 callersFunctiontmp_sibling
(path: &Path)
crates/binpm/src/storage.rs:1352
↓ 2 callersFunctiontoASTPosition
(position lexer.Position)
cmds/ttlc/internal/parser/parser.go:621
↓ 2 callersFunctiontokenFromExpr
(expression ast.Expr)
cmds/ttlc/internal/parser/parser.go:480
↓ 2 callersFunctiontry_push_path_option_value
( inputs: &mut Vec<WatchInput>, argv: &[String], index: &mut usize, cwd: &Path, )
crates/with-watch/src/analysis.rs:3453
↓ 2 callersFunctiontypeExprString
(typeExpr *ast.TypeExpr)
cmds/ttlc/internal/sema/checker.go:335
↓ 2 callersFunctionunlockFile
(f *os.File)
cmds/derun/internal/state/lock_unix.go:28
↓ 2 callersFunctionunsupported_verification_sidecars_line
( sidecars: &[UnsupportedVerificationSidecar], )
crates/binpm/src/commands.rs:5329
↓ 2 callersFunctionupdate
(args: UpdateArgs, output: OutputMode)
crates/binpm/src/commands.rs:1415
↓ 2 callersFunctionupdateGeneratedControlAccessibility
()
apps/nodeup-docs/theme/index.tsx:201
← previousnext →801–900 of 3,733, ranked by callers