Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bobranten/Ext4Fsd
/ IsStringAllDigits
Function
IsStringAllDigits
Ext2Mgr/Ext2Attribute.cpp:198–206 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
}
197
198
BOOL IsStringAllDigits(CString s)
199
{
200
for (int i = 0; i < s.GetLength(); i++) {
201
if (!isdigit(s.GetAt(i)))
202
return FALSE;
203
}
204
205
return TRUE;
206
}
207
208
209
void CExt2Attribute::OnOK()
Callers
1
OnOK
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected