Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 341 Bytes

File metadata and controls

25 lines (16 loc) · 341 Bytes

get_cross_domain

Get all import edges that cross domain boundaries — e.g. AUTH importing PAYMENTS. Use to detect unexpected coupling.

Input schema

{
  "type": "object",
  "properties": {},
  "required": []
}

Required arguments

None.

Properties

None.

See also