MCPcopy Create free account
hub / github.com/comaps/comaps / IsValid

Method IsValid

libs/editor/osm_auth.cpp:82–85  ·  view source on GitHub ↗

static

Source from the content-addressed store, hash-verified

80
81// static
82bool OsmOAuth::IsValid(string const & ks)
83{
84 return !ks.empty();
85}
86
87OsmOAuth::OsmOAuth(string const & oauth2ClientId, string const & oauth2Scope, string const & oauth2RedirectUri,
88 string baseUrl, string apiUrl)

Callers 4

GetEditablePropertiesMethod · 0.45
MakeTimeTableSetFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45

Calls 1

emptyMethod · 0.45

Tested by 2

UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36