mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
9 lines
116 B
Plaintext
9 lines
116 B
Plaintext
import csharp
|
|
import Common
|
|
|
|
from SourceBasicBlock bb
|
|
select
|
|
bb.getFirstNode(),
|
|
bb.getLastNode(),
|
|
bb.length()
|