Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ getNodeInfo
Method
getNodeInfo
extensions/azdata-sanddance/src/mssqlapis.d.ts:51–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
*/
50
export
interface
ITreeNode {
51
getNodeInfo(): azdata.NodeInfo;
52
getChildren(refreshChildren: boolean): ITreeNode[] | Promise<ITreeNode[]>;
53
}
54
Callers
1
getHdfsFileAsString
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected