MCPcopy Create free account
hub / github.com/KDE/kdevelop / argumentHintDepth

Method argumentHintDepth

plugins/clang/codecompletion/context.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 }
314
315 int argumentHintDepth() const override
316 {
317 return m_depth;
318 }
319
320 void setArgumentHintDepth(int depth)
321 {

Calls

no outgoing calls