MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / IsSameFile

Method IsSameFile

core/logic/ExtensionSys.cpp:1369–1373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1367}
1368
1369bool CLocalExtension::IsSameFile(const char *file)
1370{
1371 /* Only care about the shortened name. */
1372 return strcmp(file, m_File.c_str()) == 0;
1373}
1374
1375bool CRemoteExtension::IsSameFile(const char *file)
1376{

Callers 1

FindExtensionByFileMethod · 0.80

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected