Skip to main content
Glama

CodeGraphContext

class_features.cpp658 B
#include <string> // Tests for access specifiers class AccessSpecifierTests { public: AccessSpecifierTests() : publicData(10), protectedValue(20), privateData("default") {} void publicMethod() {/* ... */} protected: int protectedValue; void protectedMethod() {/* ... */} private: std::string privateData; void privateMethod() {/* ... */} public: int publicData; }; // Tests for constructors and destructors class ConstructorDestructorTests { public: ConstructorDestructorTests() : exampleData(100) {} ~ConstructorDestructorTests() {/* ... */} void exampleMethod() {/* ... */} private: int exampleData; };

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Shashankss1205/CodeGraphContext'

If you have feedback or need assistance with the MCP directory API, please join our Discord server