Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dethcrypto/dethcode
/ functions
Functions
458 in github.com/dethcrypto/dethcode
⨍
Functions
458
◇
Types & classes
218
↓ 1 callers
Function
saveContractFilesToFs
( fs: FileSystem, apiName: explorer.ApiName, address: string )
packages/ethereum-viewer/src/openContractSource.ts:55
↓ 1 callers
Function
saysTrue
(value)
packages/entrypoint/scripts/argv.js:6
↓ 1 callers
Function
searchInFile
( query: TextSearchQuery, _options: TextSearchOptions, progress: Progress<TextSearchResult>, uri: Uri,
packages/ethereum-viewer/src/fs/textSearchProvider.ts:47
↓ 1 callers
Method
setDecorations
( decorationType: NotebookEditorDecorationType, range: NotebookCellRange )
packages/ethereum-viewer/src/vscode.proposed.d.ts:1495
↓ 1 callers
Method
setFilter
(filter: string)
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:363
↓ 1 callers
Method
setStoredViewCustomizationsValue
(value: string)
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:1109
↓ 1 callers
Function
showTextDocument
(path: string)
packages/ethereum-viewer/src/openContractSource.ts:145
↓ 1 callers
Function
sourceHasSettings
( s: SourceCode )
packages/ethereum-viewer/src/explorer/api-types.ts:28
↓ 1 callers
Function
stringifyRange
(range: Range)
packages/ethereum-viewer/src/fs/textSearchProvider.test.ts:238
↓ 1 callers
Function
stringifyResults
(actual: TextSearchResult[])
packages/ethereum-viewer/src/fs/textSearchProvider.test.ts:228
↓ 1 callers
Function
throttle
( func: T, interval: number )
packages/ethereum-viewer/src/util/func.ts:43
↓ 1 callers
Function
toDethNet
(href: string)
packages/bookmarklet/bookmarklet.ts:7
↓ 1 callers
Method
toggleStepCompletion
(argument: string)
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:473
↓ 1 callers
Method
undo
* Undo the edit operation. * * This is invoked by VS Code when the user undoes this edit. To implement `undo`, your * extension should
packages/ethereum-viewer/src/vscode.proposed.d.ts:1610
↓ 1 callers
Function
unsafeEntries
(obj: T)
packages/ethereum-viewer/src/util/unsafeEntries.ts:1
↓ 1 callers
Method
updateLegacySettingsFromState
(key: RuntimeStateKey<T>, value: T)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2415
↓ 1 callers
Method
updateModel
(preferencesModel: ISettingsEditorModel)
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:308
↓ 1 callers
Method
updateStateFromLegacySettings
(configurationChangeEvent: IConfigurationChangeEvent)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2399
↓ 1 callers
Method
whenExtensionsRegistered
()
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:426
Method
$getDiffInformation
(id: string)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:263
Method
$registerTextEditorDecorationType
(extensionId: ExtensionIdentifier, key: string, options: IDecorationRenderOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:251
Method
$removeTextEditorDecorationType
(key: string)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:257
Method
$tryApplyEdits
(id: string, modelVersionId: number, edits: ISingleEditOperation[], opts: IApplyEditsOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:235
Method
$tryHideEditor
(id: string)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:175
Method
$tryInsertSnippet
(id: string, modelVersionId: number, template: string, ranges: readonly IRange[], opts: IUndoStopOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:243
Method
$tryRevealRange
(id: string, range: IRange, revealType: TextEditorRevealType)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:217
Method
$trySetDecorations
(id: string, key: string, ranges: IDecorationOptions[])
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:197
Method
$trySetDecorationsFast
(id: string, key: string, ranges: number[])
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:207
Method
$trySetOptions
(id: string, options: ITextEditorConfigurationUpdate)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:226
Method
$trySetSelections
(id: string, selections: ISelection[])
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:188
Method
$tryShowEditor
(id: string, position?: EditorGroupColumn)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:163
Method
$tryShowTextDocument
(resource: UriComponents, options: ITextDocumentShowOptions)
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:127
Function
activate
(context: vscode.ExtensionContext)
packages/ethereum-viewer/src/extension.ts:20
Function
adjustPartPositions
(sideBarPosition: Position, panelAlignment: PanelAlignment, panelPosition: Position)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1592
Function
arrangeEditorNodes
(nodes: { editor: ISerializedNode; sideBar?: ISerializedNode; auxiliaryBar?: ISerializedNode }, availableHeigh
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2025
Function
arrangeMiddleSectionNodes
(nodes: { editor: ISerializedNode; panel: ISerializedNode; activityBar: ISerializedNode; sideBar: ISerializedN
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2060
Method
asWebviewUri
* Convert a uri for the local file system to one that can be used inside outputs webview.
packages/ethereum-viewer/src/vscode.proposed.d.ts:1479
Method
asWebviewUri
* Convert a uri for the local file system to one that can be used inside outputs webview.
packages/ethereum-viewer/src/vscode.proposed.d.ts:1683
Method
backupNotebook
( document: NotebookDocument, context: NotebookDocumentBackupContext, cancellation: Cancella
packages/ethereum-viewer/src/vscode.proposed.d.ts:1714
Method
buildStepList
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1485
Function
byPathLength
( a: [string, ...unknown[]], b: [string, ...unknown[]] )
packages/ethereum-viewer/src/openContractSource.ts:163
Method
canSerialize
(editorInput: GettingStartedInput)
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1664
Method
cancelAllCellsExecution
(document: NotebookDocument)
packages/ethereum-viewer/src/vscode.proposed.d.ts:1731
Method
cancelCellExecution
(document: NotebookDocument, cell: NotebookCell)
packages/ethereum-viewer/src/vscode.proposed.d.ts:1729
Function
centerEditorLayout
(active: boolean, skipLayout?: boolean)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1400
Method
clearInput
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1431
Method
close
(fd: number)
packages/ethereum-viewer/src/vscode.proposed.d.ts:362
Function
constructor
( protected readonly parent: HTMLElement )
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:223
Method
constructor
(name: string)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:23
Method
constructor
(name: string)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:41
Method
constructor
(private filePaths: string[])
packages/ethereum-viewer/src/fs/fileSearchProvider.ts:18
Method
constructor
( private readonly files: readonly [string /* key */, string /* contents */][] )
packages/ethereum-viewer/src/fs/textSearchProvider.ts:19
Method
constructor
(public readonly max: number)
packages/ethereum-viewer/src/fs/textSearchProvider.ts:135
Method
constructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:19
Method
constructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:28
Method
constructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:37
Method
constructor
(message: string)
packages/ethereum-viewer/src/util/fetch.ts:46
Method
constructor
(name: string, scope: StorageScope, target: StorageTarget, defaultValue: T, readonly zenModeIgnore?: boolean)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2308
Method
constructor
( private readonly storageService: IStorageService, private readonly configurationService: IConfigurationS
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2388
Method
constructor
( @ICommandService private readonly commandService: ICommandService, @IProductService private readonly pro
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:177
Method
constructor
(@ILabelService labelService: ILabelService)
packages/vscode-host/src/src/vs/workbench/contrib/files/browser/files.contribution.ts:81
Method
constructor
( @IInstantiationService private readonly instantiationService: IInstantiationService, @IConfigurationServ
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:36
Method
constructor
( private _filter: string, @IConfigurationService private readonly configurationService: IConfigurationSer
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:90
Method
constructor
( searchString: string, setting: ISetting, private requireFullQueryMatch: boolean, private searchDescr
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:148
Method
constructor
( private readonly aiRelatedInformationService: IAiRelatedInformationService )
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:304
Method
constructor
( @IAiRelatedInformationService private readonly aiRelatedInformationService: IAiRelatedInformationService
packages/vscode-host/src/src/vs/workbench/contrib/preferences/browser/preferencesSearch.ts:357
Method
constructor
( @IExtensionManagementServerService private readonly extensionManagementServerService: IExtensionMana
packages/vscode-host/src/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts:811
Method
constructor
()
packages/vscode-host/src/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts:2879
Method
constructor
( @IExtensionManagementService extensionManagementService: IExtensionManagementService, @IStorageS
packages/vscode-host/src/src/vs/workbench/contrib/extensions/browser/extensions.contribution.ts:2899
Method
constructor
( @IInstantiationService private readonly instantiationService: IInstantiationService, @IContextKe
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:190
Method
constructor
()
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:1319
Method
constructor
()
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:1438
Method
constructor
( private readonly _editorLocator: IMainThreadEditorLocator, extHostContext: IExtHostContext, @ICodeEdit
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:56
Method
constructor
( @IConfigurationService private readonly configurationService: IConfigurationService, @IProductSe
packages/vscode-host/src/src/vs/deth/welcomePage.ts:107
Method
containerToString
(container: ViewContainer)
packages/vscode-host/src/src/vs/workbench/services/views/browser/viewDescriptorService.ts:703
Method
createDirectory
(uri: vscode.Uri)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:156
Method
createDocumentTestHierarchy
* Requests that tests be provided for the given document. This will * be called when tests need to be enumerated for a single open file, * f
packages/ethereum-viewer/src/vscode.proposed.d.ts:2307
Method
createEditor
(parent: HTMLElement)
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:736
Function
createGridDescriptor
()
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:2128
Function
createWorkbenchLayout
()
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:1291
Method
createWorkspaceTestHierarchy
* Requests that tests be provided for the given workspace. This will * generally be called when tests need to be enumerated for the * worksp
packages/ethereum-viewer/src/vscode.proposed.d.ts:2300
Method
currentStepIndex
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1464
Function
deactivate
()
packages/ethereum-viewer/src/extension.ts:29
Function
debounce
( func: T, milliseconds: number )
packages/ethereum-viewer/src/util/func.ts:61
Function
debounceAsyncFunc
( func: T, wait: number )
packages/ethereum-viewer/src/util/func.ts:76
Function
defaultComputeCacheKey
(...args: any[])
packages/ethereum-viewer/src/util/func.ts:15
Method
delete
(uri: vscode.Uri)
packages/ethereum-viewer/src/fs/fileSystemProvider.ts:140
Function
dimension
()
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:164
Method
dispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:341
Method
dispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:1359
Method
dispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:1784
Method
dispose
()
packages/ethereum-viewer/src/vscode.proposed.d.ts:1795
Method
dispose
* Dispose of the observer, allowing VS Code to eventually tell test * providers that they no longer need to update tests.
packages/ethereum-viewer/src/vscode.proposed.d.ts:2215
Method
dispose
* Dispose will be called when there are no longer observers interested * in the hierarchy.
packages/ethereum-viewer/src/vscode.proposed.d.ts:2277
Method
dispose
()
packages/ethereum-viewer/src/fs/fileSearchProvider.ts:20
Method
dispose
()
packages/ethereum-viewer/src/fs/textSearchProvider.ts:23
Method
dispose
()
packages/vscode-host/src/src/vs/workbench/api/browser/mainThreadEditors.ts:77
Function
doUpdateLayoutConfiguration
(skipLayout?: boolean)
packages/vscode-host/src/src/vs/workbench/browser/layout.ts:388
Method
edit
* Perform an edit on the notebook associated with this notebook editor. * * The given callback-function is invoked with an [edit-builder](#N
packages/ethereum-viewer/src/vscode.proposed.d.ts:1491
Method
escape
()
packages/vscode-host/src/src/vs/workbench/contrib/welcomeGettingStarted/browser/gettingStarted.ts:1620
← previous
next →
201–300 of 458, ranked by callers