IpfsDiagCommand class

Constructors

IpfsDiagCommand()

Properties

cmds IpfsCmdsSubcommand
List commands run on this IPFS node.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
profile({String? output, List<String>? collectors, String? profileTime, int? mutexProfileFraction, String? blockProfileRate}) Future<Map<String, dynamic>>
Collect a performance profile for debugging. /api/v0/diag/profile
sys() Future<Map<String, dynamic>>
Print system diagnostic information. /api/v0/diag/sys
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited