Return the programming language for this device.
| 107 | |
| 108 | /// Return the programming language for this device. |
| 109 | LangType lang() const { return lang_; } |
| 110 | |
| 111 | Context* context(int k) { return &ctx_; } |
| 112 |
no outgoing calls
no test coverage detected