MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / WriteProperty

Method WriteProperty

source/Debugger.cpp:2770–2774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2768
2769
2770void Debugger::PropertyWriter::WriteProperty(LPCSTR aName, ExprTokenType &aValue)
2771{
2772 mProp.fullname.AppendFormat(".%s", aName);
2773 _WriteProperty(aValue);
2774}
2775
2776
2777void Debugger::PropertyWriter::WriteProperty(LPCWSTR aName, ExprTokenType &aValue)

Callers 3

WriteComObjTypeFunction · 0.80
DebugWritePropertyMethod · 0.80
DebugWritePropertyMethod · 0.80

Calls 2

AppendStringKeyMethod · 0.80

Tested by

no test coverage detected