MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / result

Function result

__tests__/mybatis-extractor-robustness.test.ts:79–79  ·  view source on GitHub ↗
(xml: string)

Source from the content-addressed store, hash-verified

77
78describe('MyBatis extractor — XML comments', () => {
79 const result = (xml: string) => extractFromSource('FooMapper.xml', xml);
80
81 it('does not emit a node for a statement inside a comment', () => {
82 const xml =

Calls 1

extractFromSourceFunction · 0.90

Tested by

no test coverage detected