Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ toString
Method
toString
Sming/Core/NanoTime.h:230–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
228
}
229
230
static String toString()
231
{
232
String s;
233
s += typeName();
234
s +=
'/'
;
235
s += Frequency(frequency()).toString();
236
return s;
237
}
238
};
239
240
/**
Callers
nothing calls this directly
Calls
2
Frequency
Class · 0.85
toString
Method · 0.45
Tested by
no test coverage detected