menu
dsalink package
documentation
requester.dart
RemoteNodeCache
isNodeCached method
isNodeCached method
dark_mode
light_mode
isNodeCached
method
bool
isNodeCached
(
String
path
)
Implementation
bool isNodeCached(String path) { return _nodes.containsKey(path); }
dsalink package
documentation
requester
RemoteNodeCache
isNodeCached method
RemoteNodeCache class