(objName string)
| 361 | } |
| 362 | |
| 363 | func objectContext(objName string) *string { |
| 364 | r := "object <" + objName + ">" |
| 365 | return &r |
| 366 | } |
| 367 | |
| 368 | // addContext adds context to a node and its whole subtree. |
| 369 | // |
no outgoing calls
no test coverage detected
searching dependent graphs…